function LoadFlash(url,wmode,menu,width,Height)
{ 
document.write(
"<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='"+width+"' height='"+Height+"' id='sideNav'> <param name='movie' value='"+url+"' /> <param name='quality' value='high' /> <param name='wmode' value='"+wmode+"' /> <param name='menu' value='"+menu+"' /><embed src='" + url + "' wmode=" + wmode +" menu="+menu+
" quality='high' pluginspage=http://www.macromedia.com/go/getflashplayer type='application/x-shockwave-flash' width='" + width + 
"' height='" + Height + "'></embed></object>"); 
}
function LoadSideNav(url,wmode,menu,width,Height)
{ 
document.write(
"<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='"+width+"' height='"+Height+"' id='sideNav'> <param name='movie' value='"+url+"' /> <param name='quality' value='high' /> <param name='wmode' value='"+wmode+"' /> <param name='menu' value='"+menu+"' /> </object>")

}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function QueryString(qs)
{
    var s = location.href;
    s = s.replace("?","?&").split("&");
    var re = "";
    for(i=1;i<s.length;i++)
        if(s[i].indexOf(qs+"=")==0)
            re = s[i].replace(qs+"=","");
    return re;
}
function frameContent(subTitle,sideNav,size,src){
document.all.subTitle.src="images/"+subTitle+"_04.gif";
document.all.snk.height=size;
document.all.snk.src=src;
}
function sideNav_DoFSCommand(command,args) {
if(command=="frameSize"){
document.all.snk.height=args;}
if(command=="frameSrc"){
document.all.snk.src=args;}
}
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && 
  navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
  document.write('<SCRIPT LANGUAGE=VBScript\> \n');
  document.write('on error resume next \n');
  document.write('Sub sideNav_FSCommand(ByVal command, ByVal args)\n');
  document.write(' call sideNav_DoFSCommand(command, args)\n');
  document.write('end sub\n');
  document.write('</SCRIPT\> \n');
} 
// JavaScript Document