// JavaScript Document popup window

//map popup
function popup()
{
 map_window = window.open('../images/graphics/maplge.gif', 'mapWin', 'toolbar=no, directories=no, location=no, status=yes, menubar=no, resizeable=no, scrollbars=no, width=550, height=315');
}

//sponsors popup
function popuponclick()
{
 policy_window = window.open('LJHooker.html', 'mapWin', 'toolbar=no, directories=no, location=no, status=yes, menubar=no, resizeable=no, scrollbars=yes, width=530, height=450');
}
//sponsors - Carousel Orthodontics
function popuponclick2()
{
 policy_window = window.open('CaroOrtho.html', 'mapWin', 'toolbar=no, directories=no, location=no, status=yes, menubar=no, resizeable=no, scrollbars=yes, width=480, height=750');
}
//gallery popup
var newwindow = ''
function popitup(url) {
if (newwindow.location && !newwindow.closed) {
    newwindow.location.href = url;
    newwindow.focus(); }
else {
    newwindow=window.open(url,'htmlname','width=600,height=420,resizable=1');}
}

//sponsors - Balirocks
function popuponclick3()
{
 policy_window = window.open('BaliRocks.html', 'mapWin', 'toolbar=no, directories=no, location=no, status=yes, menubar=no, resizeable=no, scrollbars=yes, width=480, height=750');
}