var changedfield = 0;
function prodselwin(winurl,winname){ height = 380; width = 640; if ( screen.width > 840 ){ width = screen.width - 200; } if ( screen.height > 580 ){ height = screen.height - 200; }; window.open(winurl,winname, 'width='+width+',height='+height+',scrollbars,resizable,toolbar,status'); }
function popup(winurl,winname,bar)
{
	document.location.pathname=winurl;
	focus();
}
function di(id,name){
	if (document.images) {
		Ihigh = new Image(10,10); Ihigh.src = '/stparc/jsp/img/bullet0.gif'; Ihigho = new Image(10,10); Ihigho.src = '/stparc/jsp/img/bullet.gif';
		document.images[id].src=eval(name+'.src'); 
	} 
}
function dm(msgStr)
{
	document.returnValue = false; 
	if (document.images)
	{
		if (msgStr) 
		{
			if (msgStr.indexOf('://') > 0) 
			{
				window.status = msgStr;
				document.returnValue = true;
			}
			else
			{
				window.status = location.protocol+'//'+location.host+msgStr; 
				document.returnValue = true;
			}
		}
		else
		{
			window.status = ''; document.returnValue = true;
		}
	}
}
function simplydm(msgStr)
{
	document.returnValue = false; 
	if (document.images)
	{
		if (msgStr) 
		{
			window.status = msgStr; 
			document.returnValue = true;
		}
		else
		{
			window.status = ''; document.returnValue = true;
		}
	}
}
var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)"; function dmim(msgStr) { document.returnValue = false; if (showMsg) { window.status = msgStr; document.returnValue = true; } }
function resetMail(){
	document.Form1.e_mail.value = "";
	document.Form1.cc.value = "";
}
function resetCC(){
	document.Form1.cc.value = "";
}

