
function gallery(x)
{
window.open(x, 'Pop', 'status=no, resize=no, scrollbars=yes, width=750, height=550, left=50, top=100')
}

function gallery2(x)
{
window.open(x, 'Pop', 'status=no, resize=no, scrollbars=yes, width=750, height=450, left=50, top=100')
}
function gallery3(x)
{
window.open(x, 'Pop', 'status=no, resize=no, scrollbars=yes, width=600, height=400, left=50, top=100')
}
function gallery4(x)
{
window.open(x, 'Pop', 'status=no, resize=no, scrollbars=yes, width=588, height=600, left=50, top=100')
}
function gallery5(x)
{
window.open(x, 'Pop', 'status=no, resize=no, scrollbars=yes, width=600, height=245, 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')
}