
function showRemoteMag() {
var windowprops = "toolbar=0,location=0,directories=0,status=1, " +
"menubar=0,scrollbars=yes,resizable=yes,width=600,height=500";
OpenWindow = window.open("", "remote_mag", windowprops); 
}
//--

function closeRemote() {
timer = setTimeout('window.close();', 10);
}

function closeRemoteReload() {
window.opener.location.reload();
timer = setTimeout('window.close();', 10);
}


function reloadImage()
{
	theDate = new Date();
	document["ver_code"].src = "/utils/inc_func_image_verify.asp?" + theDate.getTime();
}


function goback()
{

}