function winv(url,name) {
thiswindow = window.open(url,name,'resizable=no,width=320,height=500,left=40,screenx=40,top=20,screeny=20,scrollbars=no,menubar');
if (window.focus) {thiswindow.focus()}
}

function winh(url,name) {
thiswindow = window.open(url,name,'resizable=no,width=475,height=345,left=40,screenx=40,top=20,screeny=20,scrollbars=no,menubar');
if (window.focus) {thiswindow.focus()}
}


function winalbum(url,name) {
thiswindow = window.open(url,name,'resizable=no,width=350,height=313,left=40,screenx=40,top=20,screeny=20,scrollbars=no,menubar');
if (window.focus) {thiswindow.focus()}
}
