function proc(){
	if( typeof(getCookie("UserId")) == "undefined" || getCookie("UserId") == "" ) {
		alert("·Î±×ÀÎÀ» ÇØ ÁÖ¼¼¿ä");
		opener.location.href="http://clubmall.hankyung.com/members/mem_login.php?url=" + opener.top.location;
		this.close();
	}
	else {
		window.print();
		window.close();
	}
}

function getSerial() {
	var sel = Math.floor( Math.random()*99999999 ) + 1;
	var result = sel.toString();
	var add = 8 - result.length;
	for(i=0;i<add;i++) {
		result = '0' + result;
	}
	return result;
}

function getDate() {
	var d = new Date();
	var year = d.getYear();
	var month = d.getMonth() + 1;
	var day = d.getDate();
	return year + "³â " + month + "¿ù " + day + "ÀÏ ";
}

function go(url, id, width, height, v1, v2) {
	if( typeof(getCookie("UserId")) == "undefined" || getCookie("UserId") == "" ) {
		alert("·Î±×ÀÎÀ» ÇØ ÁÖ¼¼¿ä");
		location.href="http://clubmall.hankyung.com/members/mem_login.php?url=" + top.location;
	}
	else popWin(url,id,width,height,v1,v2);
}
