
var LeftPhoto = new Array("images/home_slide2_left.jpg","images/home_slide1_left.jpg","images/home_slide3_left.jpg","images/home_slide4_left.jpg","images/home_slide5_left.jpg")
var RightPhoto = new Array("images/home_slide2_right.jpg","images/home_slide1_right.jpg","images/home_slide3_right.jpg","images/home_slide4_right.jpg","images/home_slide5_right.jpg")
var thisImg = 0
window.name = 'mainWindow';

function PreviousPage() {
    if (document.images && thisImg > 0) {
        thisImg--
        document.LeftImage.src=LeftPhoto[thisImg]
        document.RightImage.src=RightPhoto[thisImg]}
	else{
		thisImg =4;
        document.LeftImage.src=LeftPhoto[thisImg]
        document.RightImage.src=RightPhoto[thisImg]
    }
}

function NextPage() {
    if (document.images && thisImg < 4) {
        thisImg++
        document.LeftImage.src=LeftPhoto[thisImg]
        document.RightImage.src=RightPhoto[thisImg]}
	else{
		thisImg =0;
        document.LeftImage.src=LeftPhoto[thisImg]
        document.RightImage.src=RightPhoto[thisImg]
    }
}

function newwedjwindow() {
     window.location.href = "http://realtimedj.com/cal/me/zavenstudio.nsf/login.html";
  }
  

function submitForm() {
	ducoment.checkdate.form.sbmit();
     window.location.href = "http://realtimedj.com/cal/me/zavenstudio.nsf/login.html";
  }
  
function MM_openBrWindow() { //v2.0
  winopen=window.open('availability.htm','aval','scrollbars=yes,resizable=yes,width=550px,height=350px');
  winopen.focus();
}

function openWindow(theURL,winName,features) { 
  winPop=window.open(theURL,winName,features);
  winPop.focus();
}
