if(window.name == "printWin"){
	document.write('<link rel="StyleSheet" href="/css/print.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");
}
