function print_me()
{
	var s = window.location.href;
	if(s.indexOf("?")>0) s+="&"; else s+="?";
	window.open(s+"print=1");
}
