function pics(lank,bredd,hojd)
{
open(lank,'popup','toolbar=no,location=no,directories=no,menubar=no,scrollbars=no,resizeble=no,left=100,top=100,width='+bredd+',height='+hojd);
}


function launchWin(name,w,h) 
{
settings = "toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizeable=0,width=" + w + ",height=" + h;
window.open(name,'newzigcom',settings);
}		