

//xml ¹Þ¾Æ¿À´Â °æ·Î°¡ ¾øÀ»°Ü¿ì alertÃ¢ 
function IndexLink()
{
	var x= screen.width/2 - 950/2; //È­¸éÁß¾ÓÀ¸·ÎÀ§Ä¡
	var y= screen.height/2 - 650/2;
	window.open('main.html','','resizable=no,width=950,height=650,scrollbars=no, menubar =no,left='+x+',top='+y+'');
}	



function down1()
{
	window.open('pdf/Inpion_Solution_Info.pdf','_blank');
}


function down2()
{
	window.open('pdf/Inpion_Company_Info.pdf','_blank');
}

//ºí·Î±× ¸µÅ© 
function blogLink()
{
	alert("Comming Soon");
}