function PopupMap(zipcode,compname,x,y)
{
	var url;
	var left = 0, top = 0;
	
	var userwidth = (screen.width - 10);
	var userheight = (screen.height - 70);
	
	if (document.all || document.layers) 
	{
		//left = Math.round((screen.availWidth-900)/2);
		//top	 = Math.round((screen.availHeight-550)/2);
		
	}
	
	if (x!=0 && y!=0)
	{
		url = 'http://www.cybermap.co.kr/cm2000/company/localip/map_frame.html?x='+x+'&y='+y+'&name='+compname;
	}
	else
	{
		url = 'http://www.cybermap.co.kr/cm2000/company/localip/map_frame.html?z='+zipcode+'&name='+compname;
	}

	popupMap = window.open(url,"PopupMap","width="+userwidth+",height="+userheight+",toolbar=0,menubar=0,status=0,scrollbars=0,resizable=0,left="+left+",top="+top+",screenX="+left+",screenY="+top);
		
	
}


function SetBookMark()
{
	window.external.AddFavorite('http://www.local114.co.kr', '·ÎÄÃ114 Áö¿ªÁ¤º¸');
}


function MoveUrl(url)
{
	var thisUrl = url;
	
	if (thisUrl!="")
	{
		top.window.location.href=thisUrl;		
		
	}
}

