function onloadFunction()
{
	// Placeholder function
}

function openForsW(){
	window.open("http://www.usgdanmark.dk/partnersite/bestilling1.asp?output=&id=1349&ur=true","","toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=820,left=0,top=0")
}

function activateSearchBox(searchbox){	
	if(searchbox.value == "Søg efter produkter...")
	{
		searchbox.value = "";
	}
}


function ChangeClass(object, className)
{
    object.className = className;
}
