var id
var o = new Object;
function hoverUp(id) {
	o = document.getElementById("ver"+id);
	o.style.opacity = 1;
}
function hoverDown(id){
	o = document.getElementById("ver"+id);
	o.style.opacity = 0.7;
}
AJS.AEV(window,"load",function()
{
	var Heloween = window.location.href.search(/heloween/) !== -1;
	if (Heloween) GB_showCenter("Heloween","/heloween/helloween.swf");
});