<!-- Mail -->
<!--
function popitupmail(url, w1, h1)
{

var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome' ) > -1;
newwindow=window.open(url,'name','height=450,width=230,screenX=350,screenY=100,scrollbars=no');
if (is_chrome) {newwindow.parent.blur();}
newwindow.focus();

}
//-->

<!-- Video -->
<!--
function popitupvideo2010(url, w1, h1)
{

var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome' ) > -1;
newwindow=window.open(url,'name','height=300,width=450,screenX=350,screenY=100,scrollbars=no');
if (is_chrome) {newwindow.parent.blur();}
newwindow.focus();

}
function popitupvideo2009(url, w1, h1)
{

var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome' ) > -1;
newwindow=window.open(url,'name','height=350,width=450,screenX=350,screenY=100,scrollbars=no');
if (is_chrome) {newwindow.parent.blur();}
newwindow.focus();

}
//-->

<!-- Events -->
<!--
function popitupevent(url, w1, h1)
{

var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome' ) > -1;
newwindow=window.open(url,'name','height=530,width=920,screenX=150,screenY=100,scrollbars=no');
if (is_chrome) {newwindow.parent.blur();}
newwindow.focus();

}
//-->

<!-- Dancers -->
<!--
function popitupdancers(url, w1, h1)
{

var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome' ) > -1;
newwindow=window.open(url,'name','height=260,width=450,screenX=150,screenY=100,scrollbars=no');
if (is_chrome) {newwindow.parent.blur();}
newwindow.focus();

}
//-->

