//function print(pagkey){
//	window.open("print.asp?pagkey="+pagkey,"popup","statusbar = no,resizeble = no, menubar= no,Height=425,WIDTH=380,screenX=100,screenY=100,left=100,top=100");
//}

function print(){
	window.open("print.asp?" + window.location.search.substring(1),"popup","statusbar = no,resizeble = no, menubar= no,Height=425,WIDTH=380,screenX=100,screenY=100,left=100,top=100");
}
