function correctSize(){ var w,h; var targetWidth = 1000; if(isFlash){ var targetHeight = 920; } else { var targetHeight = 0; } var o = document.getElementById('outer').style; var dims = document.viewport.getDimensions(); w = dims.width; h = dims.height; if(w0){ volumeSetting = "_f2"; } var vl = document.getElementById('volumeLabel'); vl.src = 'images/volume_'+opt+volumeSetting+'.gif'; } function volumeOut(){ var va = document.getElementById('volumeAbout').src; if(va.indexOf("_f2")>0){ volumeSetting = "_f2"; } var vl = document.getElementById('volumeLabel'); vl.src = 'images/volume_default'+volumeSetting+'.gif'; } var flashVersion = swfobject.getFlashPlayerVersion(); isFlash = flashVersion['major'] >= 10; flashOn = false; function buildFlash(){ if(isFlash){ var flashvars = {}; var params = {}; params.bgcolor = "000000"; params.allowFullScreen = true; params.wmode = 'opaque'; params.allowScriptAccess = 'always'; params.scale = 'noscale'; params.salign = 't'; params.align = 'middle'; var attributes = {}; attributes.id = "flcontent"; swfobject.embedSWF("index.swf", "flcontent", "100%", "100%", "10.0.0", false, flashvars, params, attributes); flashOn = true; }else{ flashOn = false; } volumeInit(); } function volumeInit(basic){ if(!isFlash){ $('warnings').innerHTML = 'To fully expericance this website you need the latest Adobe Flash Player installed.
get flash here'; return; }else{ $('warnings').hide(); } $('addthis_tl').style.left = '194px'; var htmlstr; var append =''; if(flashOn==true){ htmlstr = 'select the graphics level here, the high graphics version requires a plugin and may run slowly on some machines, whereas the low graphics version requires no plugins and contains the same information. You are currently viewing the high graphics version. toggle volumewhat\'s this?switch graphics settings'; }else{ htmlstr = 'select the graphics level here, the high graphics version requires a plugin and may run slowly on some machines, whereas the low graphics version requires no plugins and contains the same information. You are currently viewing the low graphics version.toggle volumewhat\'s this?switch graphics settings'; } document.getElementById('volumeSwitch').innerHTML = htmlstr+append; } function doSwitch(){ var uri = document.location.href; var lnk = ''; if(flashOn){ //flash->xhtml if(uri.indexOf('#')>0){ lnk = uri.substr(uri.lastIndexOf('#')+2); }else{ lnk = '/?type=xhtml'; } }else{ //xhtml->flash var path = uri.substr(uri.lastIndexOf("/")); lnk = '#'+uri.substr(uri.lastIndexOf("/")); } document.location.href = lnk; } function initVolumeSwitch(vol){ var sym = document.getElementById(vol); try{ sym.href = 'javascript:doSwitch()'; }catch(e){ console.info(e); } }