function openW(w,h){
    window.open('','iso','menubar=0,toolbar=0,scrollbars=1,width='+ w +',height=' + h);
}
