<!---------
<!-----------------------------------------------------------------------------SCROLE ON STATUS BAR--------------------------------------------------------------------------------------------------------------->
function scrollStatus(seed) {
        var m1 = "Shalom and welcome to Jazz Tap Center - New York / Tel Aviv                    ";
        var m2 = "Now producing:   Tradition In Tap - Series                   ";
        var m3 = "Home of: Miller & Ben - The Israeli Hoofers                   ";
        var m4 = "Home of: Tap Tel-Aviv Dance Troupe                      ";
        var m5 = "We perform and teach Master Classes World Wide                   Class language is ... Tapish ...      :)";
        var msg=m1+m2+m3+m4+m5;
        var out = " ";
        var c=1;

        if (seed > 100) {
                seed--;
                var cmd="scrollStatus(" + seed + ")";
                timerTwo=window.setTimeout(cmd,100);
        }
        else if (seed <= 100 && seed > 0) {
                for (c=0 ; c < seed ; c++) {
                        out+=" ";
                }
                out+=msg;
                seed--;
                var cmd="scrollStatus(" + seed + ")";
                    window.status=out;
                timerTwo=window.setTimeout(cmd,100);
        }
        else if (seed <= 0) {
                if (-seed < msg.length) {
                        out+=msg.substring(-seed,msg.length);
                        seed--;
                        var cmd="scrollStatus(" + seed + ")";
                        window.status=out;
                        timerTwo=window.setTimeout(cmd,100);
                }
                else {
                        window.status=" ";
                        timerTwo=window.setTimeout("scrollStatus(100)",75);
                }
        }
}


<!-----------------------------------------------------------------------------Various Size Frames--------------------------------------------------------------------------------------------------------------->
var address
function goToFrame11(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=750,height=500,left=20,top=20")
}
function goToFrame13(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=750,height=500,left=45,top=45")
}
function goToFrame2(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=570,height=500,left=120,top=20")
}

function goToPicture1(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=270,height=360,left=20,top=20")
}
function goToPicture2(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=500,height=350,left=20,top=20")
}
function goToPicture3(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=460,height=500,left=20,top=20")
}
function goToPicture4(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=560,height=500,left=20,top=20")
}
function goToPicture44(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=580,height=500,left=20,top=20")
}
function goToPicture5(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=700,height=500,left=20,top=20")
}
function goToPicture6(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=750,height=500,left=20,top=20")
}
function goToPicture66(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=750,height=500,left=20,top=20")
}
function goToPicture67(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=750,height=500,left=45,top=45")
}
function goToPicture7(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=610,height=400,left=150,top=50")
}
function goToMailingList1(address,target) {
	open(address, target, "toolbar=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=570,height=600,left=150,top=20")
}



<!---------------------------------------------------------------------------------Family Web Sites--------------------------------------------------------------------------------------->

function goToSite(value){
	if (value == 1) {
	open("http://JazzTapCenter.com");
   }
	if (value == 2) {
	open("http://TraditionInTap.org");
   }
	if (value == 3) {
	open("http://TapEmporium.com");
   }
	if (value == 4) {
	open("http://AviMiller.com");
   }
	if (value == 5) {
	open("http://OferBen.com");
   }
	if (value == 6) {
	open("http://TapTelAviv.com");
   }
}


<!---------------------------------------------------------------------------------Expand frame to screen size--------------------------------------------------------------------------------------->
function expand() {
for(x = 0; x < 50; x++) {
window.moveTo(screen.availWidth * -(x - 50) / 100, screen.availHeight * -(x - 50) / 100);
window.resizeTo(screen.availWidth * x / 50, screen.availHeight * x / 50);
}
window.moveTo(0,0);
window.resizeTo(screen.availWidth, screen.availHeight);
}


<!---------------------------------------------------------------------------------Preload and Swap images--------------------------------------------------------------------------------------->
function preloadImages() {
    if (document.images) {
       var imgFiles = preloadImages.arguments;
       var preloadArray = new Array();
       for (var i=0; i < imgFiles.length; i++) {
            preloadArray[i] = new Image;
            preloadArray[i].src = imgFiles[i];
       }
    }
}

function swap(id, newsrc) {
    var theImage = locateImage(id);
    if (theImage) {
        theImage.src = newsrc;
    }
}

function locateImage(name) {
    var theImage = false;
    if (document.images) {
        theImage = document.images[name];
    }
    if (theImage) {
        return theImage;
    }
    return (false);
}

preloadImages('http://JazzTapCenter.com/JazzTapCenter_G.jpg',
'http://JazzTapCenter.com/TapTelAviv_G.jpg',
'http://JazzTapCenter.com/Miller-Ben_G.jpg',
'http://JazzTapCenter.com/AviMiller_G.jpg',
'http://JazzTapCenter.com/OferBen_G.jpg',
'http://JazzTapCenter.com/Multimedia_G.jpg',
'http://JazzTapCenter.com/Festivals_G.jpg',
'http://JazzTapCenter.com/TapEmporium_G.jpg',
'http://JazzTapCenter.com/Links_G.jpg',
'http://JazzTapCenter.com/Mlist_G.jpg',
'http://JazzTapCenter.com/TraditionInTap_G.jpg')


// -->
