function showLandscapeImage(url)
{
window.open(url,"_blank","toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=500, height=450")
}
function showQuickMovie(url)
{
window.open(url,"_blank","toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=340, height=320")
}
