<!--//removing background image flickering in IE (http://blog.nemus.se/index.php/get-rid-of-ie-flickering/)try {document.execCommand('BackgroundImageCache', false, true);} catch(e) {}//pop up window scriptfunction popup(theURL,name,theSize){	var settings = 'toolbars=0,location=0,directories=0,status=0,scrollbars=1,' + theSize;	window.open(theURL,name,settings);}//opening a link from a pop up window to the window it was opened fromfunction to_old_win(url){	opener.location.href = url;}/*var particles = getElementById('particles');if (!particles) return;var link = particles.getAttribute('href');for (var i=0; i < y.length; i++)	link[i].onmouseover = getElementById('over').style.background = "url('" + link[i] + "')";*///trying to make a clickable script workfunction enlarge(){	//var x = document.getElementById('particles');	//var y = x.getElementsByTagName('a');	var link = this.href;	alert(link)	document.getElementById('over').style.background = "url(" + link + ")";	}-->