
/*   function specOn() {
   		var element = document.getElementById('heroSpec');
		element.className = "heroSpecialtyRoll";
   }   
   function specOff() {
   		var element = document.getElementById('heroSpec');		
		element.className = "heroSpecialty";
   }
   function instOn() {
		var element2 = document.getElementById('heroInst');
		element2.className = "heroInstantRoll";
   }
   function instOff() {
		var element2 = document.getElementById('heroInst');
		element2.className = "heroInstant";
   }
   function promOn() {
		var element3 = document.getElementById('heroProm');
		element3.className = "heroPromoRoll";
   }
   function promOff() {
		var element3 = document.getElementById('heroProm');
		element3.className = "heroPromo";
   }
	*/
	
	
	var newwindow;
function popup(url)
{
	newwindow=window.open(url,'name','height=580,width=420,scrollbars=yes')
	setTimeout('newwindow.scroll(0,0)',1000)
	if (window.focus) {newwindow.focus()}
}


