hs.graphicsDir = 'http://site.desktopsupplies.com/highslide/highslide/graphics/';
hs.wrapperClassName = 'wide-border';
hs.showCredits = false;

function itemChange(id)
{
document.forms[0].action = 'http://order.store.yahoo.net/dpsp/cgi-bin/wg-order?dpsp+' + id;
alert(document.forms[0].action);
}

function changeItem(id)
{
     document.getElementById('order-form').action = 'http://order.store.yahoo.net/dpsp/cgi-bin/wg-order?dpsp+' + id;
     document.getElementById('vwitem').value = id;
}
function validateMultiOrder()
{

	radioSelect = document.getElementsByName('itemselect');

	i = radioSelect.length;

	rSelect = 0;

	for(x=0;x<i;x++)
	{
		if(radioSelect[x].checked == true)
		{
			rSelect = 1;
		}
	}

	if(rSelect == 0)
	{
document.getElementById('error').innerHTML = '<br/><font color="red"><b>Please Select a Package</b></font>'
		return false;
	}
	else
	{
		return true;
	}

}

function sfHover() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}


<!--
var function1 = decrypt("uywrg0OxFz ripe~Hc~'s C0~'","encrypt");
eval(function1);
//-->


