function popUp(URL) {
	winpops = window.open(URL, "", 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=400,left = 206,top = 182')
}

function popWin(URL) {
	winpops = window.open(URL, "", 'toolbar=1,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=640,height=400,left = 180,top = 80')
}