function pop(){
   	// change this to point to your PHPSlideshow URL
   	var your_slideshow_url="http://duje.wes/dol.com/ATS2/yachts/elan333/phpslideshow.php"
  	// change the width and height of your window here to fit your images.
	  winpops=window.open(your_slideshow_url,'','width=640,height=400,')
  }
  
function popup(page, width, height, center_sw, scrollbar_sw) {
	if(center_sw==1){
		l_offset=(screen.width/2)-width/2;
		t_offset=(screen.height/2)-height/2;	
	}else{
		l_offset=0;
		t_offset=0	;
	}	
	eval("window.open('"+page+"','fineline','toolbar=0,scrollbars='+scrollbar_sw+',location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,menubars=0,resizable=0,left='+l_offset+', top='+t_offset+',width='+width+',height='+height +'')")
}
