function MM_jumpMenu(targ,selObj,restore) { //v3.0 if (selObj.options[selObj.selectedIndex].value == '') return; eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if (restore) selObj.selectedIndex=0; } function UnderConstruction() { alert('This item is under construction'); } function OpenWindow(winname, url , width, height,scroll) {scrollbar=(scroll == '') ? 'no':scroll; var win=window.open(url, winname, "toolbar=no, menubar=no,location=no,scrollbars=" + scroll + ",resizable=no,width="+ width + ",height=" + height + ",left=100,top=100"); } function Registration(url) { OpenWindow('reg', url, 650, 460); } function ShowVideo(file, title, format, width, height) { var win=window.open("", "", "toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=1, copyhistory=0, width=340, height=340"); win.document.writeln('' + title + ''); win.document.writeln('

'); if (format == "rm") { win.document.writeln(''); win.document.writeln(''); win.document.writeln(''); win.document.writeln(''); win.document.writeln(''); win.document.writeln(''); } if (format == "wmv") { win.document.write(''); win.document.write('' ); win.document.writeln(''); win.document.writeln(''); } if (format == "mov") { win.document.writeln('
'); } win.document.write('
'); win.document.write('close the window
'); }