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

