function insertMovieHigh() {
document.write('<object classid=clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B width=450 height=320 codebase=http://www.apple.com/qtactivex/qtplugin.cab>\n');
document.write('<param name=SRC value=images/gallery/BayAreaBaths-Med.mp4>\n');
document.write('<param name=AUTOPLAY value=true>\n');
document.write('<param name=LOOP value=false>\n');
document.write('<param name=CONTROLLER value=true>\n');
document.write('<param name=CACHE value=true>\n');
document.write('<param name=BGCOLOR value=#FFFFFF>\n');
document.write('<param name=KIOSKMODE value = false>\n');
document.write('<param name=TARGETCACHE value=false>\n');
document.write('<embed src=images/gallery/BayAreaBaths-Med.mp4 width=450 height=320 autoplay=true loop=false controller=true cache=true bgcolor=#FFFFFF kioskmode=false targetcache=false pluginspage=http://www.apple.com/quicktime/download></embed></object>\n');
}

function insertMovieLow() {
document.write('<object classid=clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B width=225 height=170 codebase=http://www.apple.com/qtactivex/qtplugin.cab>\n');
document.write('<param name=SRC value=images/gallery/BayAreaBaths-Low.mov>\n');
document.write('<param name=AUTOPLAY value=true>\n');
document.write('<param name=LOOP value=false>\n');
document.write('<param name=CONTROLLER value=true>\n');
document.write('<param name=CACHE value=true>\n');
document.write('<param name=BGCOLOR value=#FFFFFF>\n');
document.write('<param name=KIOSKMODE value = false>\n');
document.write('<param name=TARGETCACHE value=false>\n');
document.write('<embed src=images/gallery/BayAreaBaths-Low.mov width=225 height=170 autoplay=true loop=false controller=true cache=true bgcolor=#FFFFFF kioskmode=false targetcache=false pluginspage=http://www.apple.com/quicktime/download></embed></object>\n');
}

function insertQtvr(qtvrfilename) {
document.write('<OBJECT CLASSID=clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B WIDTH=480 HEIGHT=336 CODEBASE=http://www.apple.com/qtactivex/qtplugin.cab>\n');
document.write('<PARAM name=SRC VALUE=/images/gallery/'+qtvrfilename+'.mov>\n');
document.write('<PARAM name=AUTOPLAY VALUE=true>\n');
document.write('<PARAM name=CONTROLLER VALUE=true>\n');
document.write('<EMBED SRC=/images/gallery/'+qtvrfilename+'.mov WIDTH=480 HEIGHT=336 AUTOPLAY=true CONTROLLER=true PLUGINSPAGE=http://www.apple.com/quicktime/download/ cache=true>\n');
document.write('</EMBED></OBJECT>\n');
}


