// Copyright 2005 Glad Enterprises Co., Ltd.; all Rights reserved.  //

function clk(l1,id,l2,l3){ 
var myWin=window.open('http://'+l1+'.'+l2+l3+'?KBID='+id,"","");
myWin.focus();
return false; 
} 

function clk2(l1,id,l2,l3){ 
var myWin=window.open('http://'+l1+l2+l3+'?KBID='+id,"","");
myWin.focus();
return false; 
} 

function clk2(l1,id,l2,l3){ 
var myWin=window.open('http://'+l1+l2+l3+'?KBID='+id,"","");
myWin.focus();
return false; 
}

function closeWindow()
{
	parent.close ();

//  myLink.target=windowName;
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openTellafriendPopup(myLink,windowName)
  {
  if(! window.focus)return;
  var myWin=window.open(myLink,"","toolbar=1,status=1,menubar=1,scrollbars=1,resizable=1,width=671,height=450");
  myWin.focus();
}

function Getrefererurl() {
	var windowprops = "height=671,width=600,location=no,"+"scrollbars=yes,menubars=no,toolbars=no,resizable=no";
	var site =  "http://maps-guide.org/cgi/contact.cgi?contacttype=callsendurl";
	var url  = site + "+refererurl=" + window.location;
	 popup = window.open(url,"MenuPopup",windowprops);
popup.focus();
}
//-->
