/* 	Revolution 2004 */

/* 
	Page has two backgrounds - plain shell bg and tiled fill
	Tiled fill applied via CSS
	Plain shell bg applied via bg colour then stretch to 100% high with this script */
	
	document.write('<style type=\"text/css\"><!--');
	document.write('#shell { height: ' + (window.innerHeight) + 'px; }');
	document.write('--></style>');
	
	/* handheld stylesheet (works but invalidates css as validator reads screen stylesheet also when the line below is present) */
	/* whether a handheld device can read this javascript is another matter ;) */
	document.write('<link href="/resources/css/revolution_handheld.css" rel="stylesheet" type="text/css" media="handheld" />');