function winopen(url,width,height){
var www = top.window.open(url,'www', 'resizable=yes,scrollbars=yes,menubar=yes,status=yes,height='+height+',width='+width+'');
www.focus();
}

function openpic(pic){
winopen(pic,400,400);
}
