function openSlideShow(){
 var sS=baseAddr+"Screen.html";
 var w=755,h=566; // width and height of window
 var params="status=1,resizable=1,width="+w+",height="+h;
 screen=window.open(sS,"",params);
 if(!screen.opener)screen.opener=self;
}
