function Window480(URL, name) {
	w = window.open(URL, name, "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=480,height=480");
	w.focus();
}

function Window540(URL, name) {
	w = window.open(URL, name, "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=540,height=480");
	w.focus();
}


function Window640(URL, name) {
	w = window.open(URL, name, "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=640,height=640");
	w.focus();
}

function Window750(URL, name) {
	w = window.open(URL, name, "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=750,height=560");
	w.focus();
}


