// JavaScript Document eyetill.js

	<!-- 
	// Permalinks option
	function flashPutHref(href) { location.href = href; }
	
	// Expand browser option
	var eB = true;
	if (eB) {
		window.moveTo(0,0);
		window.resizeTo (screen.availWidth, screen.availHeight);
	}
	
	// swffit sizing
	var swf_pad = 20;
	function initSwffit(w,h) {
		// If you change name of the DIV the SWF is written at,
		// change 'flashcontent' to the name of your DIV.
		swffit.fit('flashcontent',w+swf_pad,h+swf_pad);
	}
	
	// SWFObject embed
	var flashvars = {
		paramXMLPath: "param.xml",
		initialURL: escape(document.location)
	}
	var params = {
		bgcolor: "#121212",
		allowfullscreen: "true"
	}                
	var attributes = {}
	swfobject.embedSWF("loader.swf", "flashcontent", "100%", "100%", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
	/* below required for google chrome embed issue */
	swffit.fit('flashcontent',0,0);
	-->
