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