<!-----------------
<!-----------------------------------------------------------------------------Various Size Frames--------------------------------------------------------------------------------------------------------------->
var address
function goToUpdate(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=250,height=275,left=20,top=20")
}
function goToUpdate2(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=250,height=300,left=150,top=200")
}
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 goToFrame12(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=1,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=0,width=750,height=500,left=20,top=20")
}
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 goToFrame3(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=400,height=400,left=200,top=20")
}
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")
}

<!---------------------------------------------------------------------------------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);
}


<!---------------------------------------------------------------------------------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");
   }
}

<!---------------------------------------------------------------------------------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/swap1.jpg',
'http://JazzTapCenter.com/swap2.jpg',
'http://JazzTapCenter.com/swap3.jpg',
'http://JazzTapCenter.com/Print_G.jpg',
'http://JazzTapCenter.com/PrintS2_G.jpg',
'http://JazzTapCenter.com/Print_G2.jpg',
'http://JazzTapCenter.com/Reload_G.jpg',
'http://JazzTapCenter.com/Reload2_G.jpg',
'http://JazzTapCenter.com/Close_G.jpg',
'http://JazzTapCenter.com/Close2_G.jpg',
'http://JazzTapCenter.com/Close_G2.jpg')



// -->