if(window.name == "printWin"){
	document.write('<link rel="stylesheet" href="/css/0910/jpPrint.css" type="text/css" media="all" />');
}
function artPrint(){
	window.open(window.location.href,"printWin","width=780,height=600,menubar=yes,toolbar=yes,status=yes,scrollbars=yes");
}
