function egetProgram() {
	var ep;
	var w=450;
	if (w>screen.width) { w=screen.width; }
	var h=350;
	ep=window.open('linktous.asp', 'epp', 'toolbar=no,location=no,status=no,scrollbars=yes,scrolling=yes,resizebled=no,left='+eval((screen.width/2)-(w/2))+',top='+eval((screen.height/2)-(h/2))+',width='+w+',height='+h);
}
function flytande_TV() {
	var ftv;
	var w=195;
	if (w>screen.width) { w=screen.width; }
	var h=290;
	ftv=window.open('banner.asp', 'ftvp', 'toolbar=no,location=no,status=no,scrollbars=no,scrolling=no,resizebled=no,left='+eval((screen.width/2)-(w/2))+',top='+eval((screen.height/2)-(h/2))+',width='+w+',height='+h);
}
