function pop(html){

		remote = window.open(html,'pop','left=01,top=01,width=900,height=590,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no')

	}



				function winOpen(URL,w,h,scrol){

			   window.open(URL,"popup","width="+w+",height="+h+",scrollbars="+scrol+",status=yes")

			} 