

function windowOpen(URL){
	window.open(URL, 'pop', 'width=530, height=400, menubar=no, toolbar=no, scrollbars=yes,resizable=yes'); 
}

