<!--
function popup_video(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=643,height=425,left=10,top=10,screenX=0,screenY=0,scrollbars=no');
return false;
}

function popup_video_small(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=643,height=425,left=10,top=10,screenX=0,screenY=0,scrollbars=no');
return false;
}

function popup_video_new(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=963,height=625,left=10,top=10,screenX=0,screenY=0,scrollbars=no');
return false;
}

function popup_video_new_small(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=643,height=385,left=10,top=10,screenX=0,screenY=0,scrollbars=no');
return false;
}

function popup_dim(mylink, windowname, width, height)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width='+width+',height='+height+',left=10,top=10,screenX=0,screenY=0,scrollbars=no');
return false;
}


//-->