function img (url,w,h)
{
window.open(url,'','Toolbar=0,Location=0,Directories=0,Status=0,Menubar=0,Scrollbars=0,Resizable=0,Width='+w+',Height='+h+'');
}