function overlayclose(subobj){
document.getElementById(subobj).style.display="none"
}

var moretxtvalue='';
function insertMore(pos) {
val=eval("moretxtvalue"+pos);
if (val!='') {
	var leftPos = (screen.availWidth-900) / 2;
	var topPos = (screen.availHeight-600) / 2;
	var MoreInfo = new Object();
	MoreInfo = window.open('more_info.html', 'EnlargePicture','width=600,height=500,scrollbars=yes,resizable=no,statusbar=no,location=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
	MoreInfo.document.write('<html><head><title>Organize-Everything - Product more info</title></head><body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0"><table width="100%" cellpadding="5" cellspacing="0"><tr><td align="center"><img src="/lib/organizeeverything1/name.gif"/></td></tr><tr><td style="font-family:Arial;font-size:12px" valign="top">'+val+'</td></tr></table></body></html>');
	}
else {
	alert('Your browser settings not allow to run scripts or version of your browser is old.');
	}
}

