function insertFlash (path,w,h,ext,wmode) { var r=''; r += ''; if(wmode)r+=''; r+='
'+r+'
'); try {document.getElementById("flashDiv").style.clip='rect(0,'+w+','+h+',0)';} catch(e) {}; } function collapse(){ try {document.getElementById('flashDiv').style.clip='rect(0,962, 1,0)'; } catch(e) {};} function expand(){try {document.getElementById('flashDiv').style.clip='rect(0,962,600,0)'} catch(e) {};}