function insertFlash (path,w,h,ext,wmode) {
var r='';
document.write('
');
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) {};}