var posxHi=(screen.width/2)-160;
var posyHi=(screen.height/2)-98;
function doNothing(){
}

var posxGame=(screen.width/2)-255;
var posyGame=(screen.height/2)-265;
function doNothing(){
}

var posxvideo=(screen.width/2)-200;
var posyvideo=(screen.height/2)-120;
function doNothing(){
}

var posxlaunchparty=(screen.width/2)-300;
var posylaunchparty=(screen.height/2)-245;
function doNothing(){
}

var posxRadio=(screen.width)-410;
var posyRadio=(screen.height)-370;
function doNothing(){
}

function popupVideo(file){
	NewWindow=window.open('preview_'+file+'.html','NewWin','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,dependent=no,width=320,height=196,left='+posxvideo+',top='+posyvideo+'');
	}