function animation()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="130" height="130" />\n');
    document.write('<param name="movie" value="/swf/dancers.swf" />\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<embed src="/swf/dancers.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="130" height="130"></embed>\n');
    document.write('</object>\n');
}

function swap_image(img_name,img_src) {
document[img_name].src=img_src;
}

function NewWindow(mypage, myname, w, h) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

function NewWindowScroll(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable';
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

function NewWindowFull(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 0;
var wint = (screen.height - h) / 0;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',toolbar,menubar,location,resizable,status';
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

image1 = new Image();
image1.src = "/images/menu_studios_mo.jpg";

image2 = new Image();
image2.src = "/images/menu_programs_mo.jpg";

image3 = new Image();
image3.src = "/images/menu_rates_mo.jpg";

image4 = new Image();
image4.src = "/images/menu_location_mo.jpg";

image5 = new Image();
image5.src = "/images/menu_contactUs_mo.jpg";
