/// Copyright (c) 2007, heedy
/// All rights reserved. 

//<![CDATA[
function web_transtojp(theURL)
{
	//if(theURL.substring(0,7) != 'http://') {
		//theURL = 'http://'+theURL;
	//}	var theURL = escape(theURL);
	//var trans  = window.open("http://www.gokorea.jp/webtrans/url_check.php? url="+theURL,"_blank","left=1,top=1,width=800,height=600,status=yes,resizable=yes,toolbar=no");
	//http%3A%2F%2Fheedy.pe.kr
	var strUrl = encodeURIComponent ( theURL ) ; 
	var trans  = window.open("http://translate.google.com/translate?u="+strUrl+"&hl=ja&ie=UTF-8&sl=ko&tl=ja","_blank","left=1,top=1,width=1028,height=700,status=yes,scrollbars=yes,resizable=yes,toolbar=no");
	// var trans  = window.open("http://j2k.naver.com/j2k.php/japanese/"+theURL,"_blank","left=1,top=1,width=1028,height=700,status=yes,scrollbars=yes,resizable=yes,toolbar=no");
	return;
}

function web_transtoen(theURL)
{
	//if(theURL.substring(0,7) != 'http://') {
		//theURL = 'http://'+theURL;
	//}	
	
	//var theURL = escape(theURL);
	//var trans  = window.open("http://www.gokorea.jp/webtrans/url_check.php? url="+theURL,"_blank","left=1,top=1,width=800,height=600,status=yes,resizable=yes,toolbar=no");

	var trans  = window.open("http://translate.google.com/translate?u="+theURL+"&langpair=ko%7Cen&hl=en&ie=UTF8","_blank","left=1,top=1,width=1028,height=700,status=yes,scrollbars=yes,resizable=yes,toolbar=no");
	return;
}

function web_viewmap(x,y,z,n)
{
	if ( x != 0 && y != 0 && z != 0 )
	{
	    var theCont = escape(n);
   	    var viewmap  = window.open("http://heedy.pe.kr/map/viewmap.php?x=" + x + "&y=" + y + "&z=" + z + "&n=" + theCont ,"_blank","left=1,top=1,width=816,height=612,status=yes,scrollbars=yes,resizable=yes,toolbar=no");
	}
	else
	{
   		alert ("I will ready the map soon!") ;
	}

	return ;
}

function web_mappop (fm,tar)
{
	if ( fm.mx.value != 0 && fm.my.value != 0 && fm.mz.value != 0 )
	{
		var viewmap  = window.open ("http://heedy.pe.kr/map/viewmap.php",tar,"left=1,top=1,width=816,height=612,status=yes,scrollbars=yes,resizable=yes,toolbar=no");
		fm.action = "http://heedy.pe.kr/map/viewmap.php";
		fm.target = tar;
		fm.method = "post";
		fm.submit();
	}
	else
	{
   		alert ("I will ready the map soon!") ;
	}

//    var theCont = escape(n);
	
	return ;
}

//]]>