

 function defaultPicClick()          // set the first pic in the pic-list[ in page: RightPicMenu.asp ] 
                                        // as default in every load of the MiddlePics.asp page !
     {
      document["pic01"].click();
     } 

//---------------------------------------------------------------------------------------------------------------

//---------------------------------------------------------------------------------------------------------------

function fixSize(bigDesign,smallDesign)
 {
  
//alert(screen.width);
//alert(screen.height);

  if(screen.width>=1024)
      {
       document.write(bigDesign);
      }
  else
      {
       document.write(smallDesign); 
      }  
 }












