
function gallery(x)
{
window.open(x, 'Pop', 'status=no, resize=no, scrollbars=yes, width=595, height=450, left=50, top=100')
}

function report(x)
{
window.open(x, 'Pop', 'status=no, resize=no, scrollbars=yes, width=750, height=550, left=50, top=100')
}

function brochure(x)
{
window.open(x, 'Pop', 'status=no, resize=no, scrollbars=yes, width=800, height=700, left=50, top=100')
}

function popup_credits(x)
{
window.open(x, 'Pop', 'status=no, resize=no, scrollbars=no, width=405, height=378, left=50, top=100')
}

function popup_testate(x)
{
window.open(x, 'Pop', 'status=no, resize=no, scrollbars=yes, width=420, height=600, left=50, top=100')
}

function popup_mail(x)
{
window.open(x, 'Pop', 'status=no, resize=no, scrollbars=yes, width=620, height=450, left=50, top=100')
}

function popup_video(x)
{
window.open(x, 'Pop', 'status=no, resize=no, scrollbars=no, width=400, height=360, left=50, top=100')
}


