function On_LoadOpen(url)
{
	window.open (url, 'newwindow', 'height=250, width=450, top=300, left=300, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no');
}
function Open_Win(url)
{
	window.open (url);
}
function Open_Service(id)
{
	var form_name;
	if(id==1)
		form_name="6799829cf777699c.html";
	else if(id==2)
		form_name="f0ce29595e106b12.html";
	else if(id==3)
		form_name="8f019306137e1f7d.html";
	else if(id==4)
		form_name="179a0ecfa9b215bf.html";
	else if(id==5)
		form_name="b968588cba21c48b.html";
	else if(id==6)
		form_name="923785af0d6d0167.html";
	window.open ("/Service/"+form_name);
}
function Back()
{
	history.back();
}