// JavaScript Document
function openwin(web) 
{
window.open(web,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width=450, height=600,left=0,top=0"); // , width=800, height=600, width=400, height=400 "main.html"
}

function openwina(web) /* for lanscape pictures like accesories */
{
window.open(web,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width=450, height=338,left=0,top=0"); // , width=800, height=600, width=400, height=400 "main.html"
}

