function openPopup(){
window.open("demo.php","Scene Recall Demo","menubar=no,width="+screen.availWidth+",height="+screen.availHeight);
}


