function MovieMethod(method){

    switch (method){
    case "Picture": 
         window.open('../360_panorama/allblended2.htm','360PanoramaWindow','width=450,height=550');
         break;
    default: 
         alert("The flash Movie has called an undeclared function");
    }
}

