        function openwindow(cPicture,nWidth,nHeight,cMessage,nBorder){
		 var output;
		 newPOPUP=window.open(cPicture,"winnam","HEIGHT="+nHeight+",WIDTH="+nWidth+",scrollbars=yes,resizable=yes,top=50,left=50");
}
