
// ¿¡º¥Æ® ¸µÅ© Å¸ÀÔ¿¡ µû¸¥ ÀÌº¥Æ® »õÃ¢¶ì¿ì±â
function jhj_goPageByLinkType(url, typeno)	
{
	
	if( url == "" ) 
	{
		alert('µî·ÏµÈ ÀÌº¥Æ® url ÀÌ Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù');
	} 
	else
	{
		switch (typeno)
		{		
			case "1501" :			// ÀÏ¹ÝÆäÀÌÁö
				jhj_goPageByQuerystring(window, '', url, false, '', '', '') ;
			case "1502" :			// full size
				window.open(url,'test1','toolbar=no,menubar=no,location=no,directions=no, scrollbars=no,status=no,fullscreen=yes'); 
			case "1503" :			// »õÃ¢
				window.open(url,'test1','toolbar=no,menubar=no,location=no,directions=no, scrollbars=yes,status=yes,fullscreen=no'); 
		}
	
	}
}

function F_PopUp(w_width, w_height, w_name, w_url, w_left, w_top, scroll_yn){
	var objWin;
	
	Status='toolbar=no, status=no, width='+w_width+', height='+w_height+', top='+w_top+', left='+w_left+', directories=no, scrollbars='+scroll_yn+', location=no, resizable=no, menubar=no';
	objWin = window.open(w_url, w_name, Status);
	
	objWin.focus();
}

function F_PopUp_Win(w_width, w_height, w_name, w_url, w_left, w_top, scroll_yn){
	var objWin_1;
	
	Status='toolbar=yes, status=yes, width='+w_width+', height='+w_height+', top='+w_top+', left='+w_left+', directories=yes, scrollbars='+scroll_yn+', location=no, resizable=no, menubar=no';
	objWin_1 = window.open(w_url, w_name, Status);
	
	objWin_1.focus();	
}

//iBT ¸ðÀÇ FULL TEST¸¦ ½ÇÇàÇÏ±â È£Ãâ ÇÔ¼ö
function exam(URL){
	//window.open("/exam/IBT_TEST_MAIN.asp?exam_seq="+exam_seq+"&order_idx="+order_idx+"&userid="+email+"&retry="+retry,"exam_win","height=600,width=800");
	//window.open("/exam/ibt_ocx_install.asp?exam_seq="+exam_seq+"&order_idx="+order_idx+"&userid="+email+"&retry="+retry,"exam_win","height=600,width=800");
	//theURL="/exam/ibt_ocx_install.asp?exam_seq="+exam_seq+"&order_idx="+order_idx+"&userid="+email+"&retry="+retry;  // °øÁöÃ¢À¸·Î ¿­ ¹®¼­¸í 
	theURL=URL;
	wname ="CHROMELESSWIN" 
	W=800; 
	H=600; 
	windowCERRARa			= "/image/crom/close_a.gif" 
	windowCERRARd			= "/image/crom/close_a.gif" 
	windowCERRARo			= "/image/crom/close_o.gif" 
	windowNONEgrf			= "/image/crom/none.gif" 
	windowCLOCK				= "/image/crom/clock.gif" 
	windowREALtit			= "::T3 iBT TOEFL TEST::" 
	windowTIT				= " <font face=arial size=1 color=white>T3 iBT TOEFL TEST</font>" // °øÁöÃ¢ÀÇ Å¸ÀÌÆ²¹Ù¿¡ ³ªÅ¸³ª´Â Å¸ÀÌÆ² 
	windowBORDERCOLOR		= "#444444" // Å×µÎ¸® »ö»ó 
	windowBORDERCOLORsel	= "#444444" // Å¬¸¯½Ã Å×µÎ¸®»ö 
	windowTITBGCOLOR		= "#444444" // Å¸ÀÌÆ²¹Ù ¹è°æ»ö 
	windowTITBGCOLORsel		= "#444444" // Å¬¸¯½Ã Å¸ÀÌÆ²¹Ù ¹è°æ»ö 
	openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel) 
	//chromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel) 
}
