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

function speedprod(arg) {
	if(arg.options[arg.selectedIndex].value == '-')
		return;
	document.location = arg.options[arg.selectedIndex].value;
}
//-->
