function mouseOver(id)
{
	var element = document.getElementById(id);
	var name = id.substring(4);
	element.src = "images/" + name +"_over.png";
}

function mouseOut(id)
{
	var element = document.getElementById(id);
	element.src = "images/blank.gif";
}

function popup_bee()
{ window.open ("qbee","popup","width=644,height=466,scrollbars=yes,location=0,menubar=0,resizable=0,status=0,titlebar=0,toolbar=0") }

function popup(url)
{
	window.open(url);	
}

function popup_omgflip1()
{ window.open ("tv/tv_omgflip1.html","popup","width=660,height=530,location=0,menubar=0,resizable=0,status=0,titlebar=0,toolbar=0") }

function popup_omgflip2()
{ window.open ("tv/tv_omgflip2.html","popup","width=660,height=530,location=0,menubar=0,resizable=0,status=0,titlebar=0,toolbar=0") }

function popup_ramalama()
{ window.open ("tv/tv_ramalama.html","popup","width=660,height=530,location=0,menubar=0,resizable=0,status=0,titlebar=0,toolbar=0") }
