function link(url)
{
	document.location = url;   
	return false;      
}

function tvn24popUp(width,height,popurl)
{
   window.open(popurl, 'myWindow', 'status=no, toolbar=no, location=no, menubar=no, directories=no, scrollbars=no, resizable=no, fullscreen=no, width='+width+', height='+height+'');
}

function ol_polecam(path)
{
	nw=window.open('polecam.html?url='+path,'polecam','width=600,height=360')
}