/*
	sjpt, scpt °øÅë»ç¿ë 
*/
var da = (document.all) ? 1 : 0;
var pr = (window.print) ? 1 : 0;
var mac = (navigator.userAgent.indexOf("Mac") != -1); 

function printThis() {
	if (pr) { // NS4, IE5
		window.print();} 
	else if (da && !mac) { // IE4 (Windows)
		vbPrintPage(); } 
	else { // other browsers
		alert("Sorry, your browser doesn't support this feature.");
	}
}
 




// ¿µ¼öÁõ Ãâ·Â
function win_receipt(regid) {
	var newWin = window.open("receipt_print.asp?regid="+regid, "receipt", "toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,width=550 ,height=470")
}

// Ä«µå ¿µ¼öÁõ Ãâ·Â 
function win_cardreceipt(tid) {
	var receiptUrl = "https://iniweb.inicis.com/mall/cr/cm/mCmReceipt_head.jsp?" +
	"noTid=" + tid + "&noMethod=1";
	window.open(receiptUrl,"receipt","width=400,height=707,left=100,top=100");
}

// ¼öÇèÇ¥ ÇÁ¸°Æ® 
function win_suhumpo(regid) {
	var suhumpo = window.open("int_app_admission.asp?regid="+regid, "suhumpo", "menubar=no, toolbar=no, location=no, status=no, directory=no, border=no, scrollbars=no, resizable=no, width=605, height=735")
}


// Testing Center ¾àµµ 
function ShowMap(mapid) {
	if (mapid=="x")
		window.open('http://appexam.ybmsisa.com/tsc/win_centerImg.asp','map','width=700,height=700');
	else 
		window.open( "http://www.mapid.net/" + mapid );
}

	