// JAVASCRIPT MISC// Disables dropdown selection
function changelocation(selectedlocation) {if (selectedlocation != "-1" ) 	{parent.location=selectedlocation;	}}
