var newwindow;
function imagewindow(url)
{
        newwindow=window.open(url,'name','height=700,width=400,resizable=yes,scollbars=no');
        if (window.focus) {newwindow.focus()}
}