function openPrintPage()
{
	var sFeatures = "Height=670, Width=600, scrollbars=yes, status=no, resizable=yes";

//	alert(document.location.href);
//	showModalDialog("printanything.html" , window, sFeatures);
	mywin001 = window.open("../print/p.html",'mywin001',sFeatures);//,670,530,null,null,'mywin001',1,true,true,true);
	
}