function launchTrailers(trailer){
	window.open("trailers.php?v="+trailer,"peng","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width=320, height=261");
}

function hideit(e){
	document.getElementById(e).style.display = 'none';
}

function showit(e){
	hideit('srpc');
	hideit('srmac');
	hideit('srol');
	hideit('pr');
	document.getElementById(e).style.display = 'block';
}

function playonline(){
	window.open("glacier_racer.html","gl","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width=800, height=600");
}


