function windowPop(url) 
{
	window.open(url, "", "toolbar=no, location=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=770, height=480");
}