
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}






function movie(url,winName){
window.open(url,winName,'resizable=yes,width=350,height=320');
}
