<!--

function PopWindow1(pop1)
{
window.open('wp-content/themes/default/testing.php','mail','width=171,height=260,menubar=no,scrollbars=no,toolbar=no,location=no,directories=no,resizable=no,top=0,left=0');
}

function PopWindow2(pop2)
{
window.open('wp-content/themes/default/testing2.php','hotline','width=171,height=260,menubar=no,scrollbars=no,toolbar=no,location=no,directories=no,resizable=no,top=0,left=0');
}

//-->