<!--

function preloadImages() { 
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function swapImage(imgsrc,imgname) {
	document.images[imgname].src=imgsrc ;
}


function resetForm(frm) {
	document.location = frm.action;
}



ioRedirectTimer=0;
function ioRedirect(script) {
	ioRedirectTimer=setTimeout("document.location='" + script + "';",1500);
}

function appliesSelect ( selAll ) {
	for (i=0;i<document.getElementById('selAppliesTo').length;i++) 
		document.getElementById('selAppliesTo').options[i].selected=selAll;
}

function addBookmark(title,url) { 
	if (window.sidebar) { 
		window.sidebar.addPanel(title, url,""); 
	} else if( document.all ) { 
		window.external.AddFavorite( url, title); 
	} else if( window.opera && window.print ) { 
		return true; 
	} 
} 

//-->