

  function goService(){
    
	var nWidth=1024;
	var nHeight=768;
	var nLeft=screen.width/2-nWidth/2;
	var nTop=screen.height/2-nHeight/2;

	 var url="/quick/index.asp"
     var aPopup=window.open(url,'','menubar=yes,resizable=yes,status=yes,toolbar=yes,scrollbars=yes,width='+nWidth+',height='+nHeight+',top='+nTop+',left='+nLeft);
	  if (aPopup==null)
	  {
 		  alert("Â÷´ÜµÈ ÆË¾÷À» Çã¿ëÇØ ÁÖ¼¼¿ä")
	 }
  }

 
function goFlashURl(args){

   if (args==1)
   {
      goService()
   }else if(args==2){
      goService()
   }else{
     location.href="/new_p/intro/web.asp"
   }

}


  function goSchool(){
    
	var nWidth=1024;
	var nHeight=768;
	var nLeft=screen.width/2-nWidth/2;
	var nTop=screen.height/2-nHeight/2;

	 var url="http://school.poiman.com/index.asp"
     var aPopup=window.open(url,'','menubar=yes,resizable=yes,status=yes,toolbar=yes,scrollbars=yes,width='+nWidth+',height='+nHeight+',top='+nTop+',left='+nLeft);
	  if (aPopup==null)
	  {
 		  alert("Â÷´ÜµÈ ÆË¾÷À» Çã¿ëÇØ ÁÖ¼¼¿ä")
	 }
  }