setTimeout ("changePage(document.location)", 2000);
function changePage(args) {
	if (self.parent.frames.length == 0) {
		self.parent.location = "home.asp?pg="+args;
	}
}
function goFlash(panel,pass,topic) {
	if (topic==undefined) {topic = panel;} 
	if (pass!=undefined) {
		document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ID="hyper" name="hyper" WIDTH="1" HEIGHT="1" ALIGN="top"\>');
		document.write('	<PARAM NAME=movie VALUE="hyper.swf?mc='+panel+'&key='+pass+'&cat='+topic+'"\>');
		document.write('	<PARAM NAME=quality VALUE=high\>');
		document.write('	<PARAM NAME=bgcolor VALUE=#FFFFFF\>');
		document.write('	<PARAM NAME=wmode VALUE="transparent"\>');
		document.write('	<PARAM NAME=menu VALUE=false\>');
		document.write('	<EMBED src="hyper.swf?mc='+panel+'&key='+pass+'&cat='+topic+'" quality=high bgcolor=#FFFFFF WIDTH="1" HEIGHT="1" swLiveConnect=true ID="hyper" NAME="hyper" ALIGN="top" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" wmode="transparent" menu="false"\></EMBED\>');
		document.write('</OBJECT>');
	}
}


