var sName='';
var sId='';
var hName='';
var hId='';
function sendTo()
{
  get=window.showModalDialog('Sub_airway.asp',window,'dialogWidth:200px;dialogHeight:300px;center:1;help:0');
  window.returnValue = get;
  //window.close();
}

function sendTo2()
{
	//var sHarbor=document.from1.airline3.value;
  	if (document.all("airline3").value== "")
	{
		alert("ÇëÑ¡¶¨º½Ïß!");
		return false;
	}

  get=window.showModalDialog('dialog_har.asp?Pid='+sId,window,'dialogWidth:200px;dialogHeight:300px;center:1;help:0');
  window.returnValue = get;
  //window.close();
}
function update()
{ 
   	form1.airline3.innerText = sName;
	form1.airid.value = sId;
 }
 function update2()
{ 
   	form1.harborid3.innerText = hName;
	form1.harid.value = hId;
 }



 
 
 




