<!-----------------
<!-----------------------------------------------------------------------------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 goToFrame14(address,target) {
	open(address, target, "toolbar=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=750,height=500,left=20,top=20")
}
function goToFrame15(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 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")
}
function goToPromotion(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=370,height=330,left=300,top=20")
}
function goToSampleShoes1(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=360,height=460,left=40,top=20")
}
function goToSampleShoes2(address,target) {
	open(address, target, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=360,height=500,left=40,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 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);
}


// -->