function NAME_IT() {

        window.open('/content/media/flashsounds.htm','Sounds','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=no,width=150,height=150');

}



function openWindow() {

    msgWindow = window.open('','newWin','width=336,height=518,screenX=230,screenY=135,top=135,left=230','scrollbars=no','resizable=no','toolbars=false,location=false,resize=false');

    msgWindow.location.href = '/content/media/windowmovie.html';

}



function MM_displayStatusMsg(msgStr) { //v1.0

  status=msgStr;

  document.MM_returnValue = true;

}



