//var swf_x = (screen.width == 800)?[180]:[290];
//document.write("<div style='position:absolute; top:138; left:" + swf_x + ";>'");
//document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='330' height='30'><param name='movie' value='" + linkPath + "media/leader.swf'><param name='quality' value='high'><param name='wmode' value='transparent'><embed src='" + linkPath + "media/leader.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='330' height='30'></embed></object></div>");

function fnBottom()
	{
	var str="";
	str+="<table cellpadding='0' cellspacing='0' border='0' width='700' align='center'>";
	str+="<tr>";
	str+="		<td><a href='" + linkPath + "terms_conditions.htm' class='bottomlnks'>Terms & Conditions</a> &nbsp; <font color='#FFFFFF'>|</font> &nbsp; <a href='" + linkPath + "privacy_policy.htm' class='bottomlnks'>Privacy Policy</a></td>";
	str+="		<td align='right' class='copyrights'>© 2002 Empire Films. All rights reserved.</td>";
	str+="</tr>";
	str+="</table>";
	document.write(str);
	}
function fnNewWindow(x)
{
	window.open(x,'','width=400, height=312, top=0, left=0, scrollbars=no, resizable=no');
}	
