
var ie = document.all ? 1 : 0

if(ie && document.cookie.indexOf("GUIAtom")==-1){



	start = "<"
	slash = "/"
	fnctn = "func"
	nmos = " onMouse"
	open_c = "("
	open_cc = "{"


	document.write("",start,"style type=",'"',"text",slash,"css",'"',">\n")
	document.write("#guiAtom",open_cc,"position:absolute; width: 360px; top: 20px; left: 0px; z-index:5; visibility:visible;}\n")
	document.write("",start,"",slash,"style>\n")
	document.write("\n")
	document.write("",start,"div id=",'"',"guiAtom",'"',">\n")
	document.write("\n")
	document.write("",start,"OBJECT classid=",'"',"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",'"',"\n")
	document.write(" codebase=",'"',"http:",slash,"",slash,"download.macromedia.com",slash,"pub",slash,"shockwave",slash,"cabs",slash,"flash",slash,"swflash.cab#version=6,0,0,0",'"',"\n")
	document.write(" ID=",'"',"AtomAd1",'"'," WIDTH=",'"',"360",'"'," HEIGHT=",'"',"120",'"'," ALIGN=",'"',"",'"',">\n")
	document.write(" ",start,"PARAM NAME=movie VALUE=",'"',"http://www.bigresources.com/adserver/banners/AtomAd1.swf",'"',"> ",start,"PARAM NAME=menu VALUE=false> ",start,"PARAM NAME=quality VALUE=high> ",start,"PARAM NAME=wmode VALUE=transparent> ",start,"PARAM NAME=bgcolor VALUE=#333333> ",start,"EMBED src=",'"',"http://www.bigresources.com/adserver/banners/AtomAd1.swf",'"'," menu=false quality=high wmode=transparent bgcolor=#333333  WIDTH=",'"',"360",'"'," HEIGHT=",'"',"120",'"'," swLiveConnect=true ID=",'"',"AtomAd1",'"'," NAME=",'"',"AtomAd1",'"'," ALIGN=",'"',"",'"',"\n")
	document.write(" TYPE=",'"',"application",slash,"x-shockwave-flash",'"'," PLUGINSPAGE=",'"',"http:",slash,"",slash,"www.macromedia.com",slash,"go",slash,"getflashplayer",'"',">",start,"",slash,"EMBED>\n")
	document.write("",start,"",slash,"OBJECT>\n")
	document.write("\n")
	document.write("",start,"",slash,"div>\n")


	var Atom = document.all.guiAtom;

	function FixAtomY(){

		Atom.style.top = document.body.scrollTop + 10 + document.body.clientHeight-150;
		Atom.style.left = document.body.clientWidth-360;
	}



	setInterval("FixAtomY()",100);



	FixAtomY();
	Atom.style.visibility = "visible";

	document.cookie="GUIAtom=true;path=/;"
}









var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function AtomAd1_DoFSCommand(command, args) {
  var AtomAd1Obj = InternetExplorer ? AtomAd1 : document.AtomAd1;

	if (command == "closeAtom") {

		Atom.style.visibility = 'hidden';
	}
}
// Hook for Internet Explorer
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 &&
	  navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<SCRIPT LANGUAGE=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('Sub AtomAd1_FSCommand(ByVal command, ByVal args)\n');
	document.write('  call AtomAd1_DoFSCommand(command, args)\n');
	document.write('end sub\n');
	document.write('</SCRIPT\> \n');
}