<!-- Mail -->
<!--
function popitupmail(url, w1, h1)
{

var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome' ) > -1;
newwindow=window.open(url,'name','height=370,width =270,screenX=350,screenY=100,scrollbars=no');
if (is_chrome) {newwindow.parent.blur();}
newwindow.focus();

}
//-->

<!-- Folders -->
<!--
function popitupfolders(url, w1, h1)
{

var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome' ) > -1;
newwindow=window.open(url,'name','height=620,width =570,screenX=350,screenY=100,scrollbars=no');
if (is_chrome) {newwindow.parent.blur();}
newwindow.focus();

}
//-->

<!-- Banners -->
<!--
function popitupbanners(url, w1, h1)
{

var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome' ) > -1;
newwindow=window.open(url,'name','height=635,width =570,screenX=350,screenY=100,scrollbars=no');
if (is_chrome) {newwindow.parent.blur();}
newwindow.focus();

}
//-->

<!-- Terms -->
<!--
function popitupterms(url, w1, h1)
{

var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome' ) > -1;
newwindow=window.open(url,'name','height=740,width =570,screenX=350,screenY=100,scrollbars=no');
if (is_chrome) {newwindow.parent.blur();}
newwindow.focus();

}
//-->

<!-- Map -->
<!--
function popitupmap(url, w1, h1)
{

var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome' ) > -1;
newwindow=window.open(url,'name','height=305,width =475,screenX=350,screenY=100,scrollbars=no');
if (is_chrome) {newwindow.parent.blur();}
newwindow.focus();

}
//-->

<!-- Delivery -->
<!--
function popitupdelivery(url, w1, h1)
{

var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome' ) > -1;
newwindow=window.open(url,'name','height=340,width =530,screenX=350,screenY=100,scrollbars=no');
if (is_chrome) {newwindow.parent.blur();}
newwindow.focus();

}
//-->

<!-- Print Paper -->
<!--
function popituppaper(url, w1, h1)
{

var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome' ) > -1;
newwindow=window.open(url,'name','height=420,width=620,screenX=350,screenY=100,scrollbars=no');
if (is_chrome) {newwindow.parent.blur();}
newwindow.focus();

}
//-->

<!-- Print Bleed -->
<!--
function popitupbleed(url, w1, h1)
{

var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome' ) > -1;
newwindow=window.open(url,'name','height=430,width=696,screenX=350,screenY=100,scrollbars=no');
if (is_chrome) {newwindow.parent.blur();}
newwindow.focus();

}
//-->


