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