    function fullscreen(){ 
       objw =window.open("dress33.html", "wind1" , 
              "WIDTH="+screen.availWidth+",HEIGHT="+screen.availHeight+",SCROLLBARS=1,RESIZABLE=1,TOOLBAR=1,MENUBAR=1,LOCATION=1,STATUS=1"); 
       objw.moveTo(0,0); 
    } 

function MM_openWindow_blogparts() { //v2.0
  window.open('blogparts.html','','scrollbars=auto,width=655,height=320,left=0,top=0')
}