function Launch(page) { 
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,status=no,location=no,scrollbars=no,resizable=no,width=430,height=150"); 
} 

function PassFlash(status){
    window.document.newplayere.SetVariable("expanded", status);
}

function expand() { 
self.resizeBy(0,340);

}


function contract() { 
self.resizeBy(0,-340);

}


