function golargeimage(oog,eeg,ig,imagealt) {
  var winpops=window.open("goimage.php?imagealt=" + imagealt + "&image=" + oog + "&width=" + eeg + "&height=" +ig,"","resizable=1,width=100,height=100")
  return false;
}

function gospacing() {
  var imgheight = 470;
  if (screen.availHeight>900) imgheight = 550; 

  var newspace = (screen.availHeight - imgheight)/2;
  var topArea = screen.height - screen.availHeight;
  newspace = newspace - topArea; 
 	if(screen.height > 750) {
  	document.getElementById("x").style.height = + newspace + "px";
 	}
}

function ShowVideo(url) {
  var newwin;
	newwin=window.open(url,'name','height=600,width=400,left=100,top=100');
	if (window.focus) newwin.focus();
  return false;
}

// MAIN MENU
function rollover(id, act) 
{ 
document.getElementById(id).src = "images/" + act + ".gif";
} 

var obr0 = new Image();
obr0.src = "images/button-home2.gif";


var obr1 = new Image();
obr1.src = "images/button-aboutvgood2.gif";

var obr2 = new Image();
obr2.src = "images/button-tvprod2.gif";


var obr3 = new Image();
obr3.src = "images/button-brandedcontents2.gif";

var obr4 = new Image();
obr4.src = "images/button-happenings2.gif";


var obr5 = new Image();
obr5.src = "images/button-contact2.gif";



// end of MAIN MENU

//rollover tv productions
function rollovertv(id, act) 
{ 
document.getElementById(id).src = "images/" + act;
} 

