function gallery_window(url){ window.open(url,"newwin","height=470,width=600,toolbar=no,resizable=yes,scrollbars=yes,menubar=no"); } function init_ajax(){ var xmlhttp=false; /*@cc_on @*/ /*@if (@_jscript_version >= 5) // JScript gives us Conditional compilation, we can cope with old IE versions. // and security blocked creation of the objects. try { xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } catch (E) { xmlhttp = false; } } @end @*/ if (!xmlhttp && typeof XMLHttpRequest!='undefined') { xmlhttp = new XMLHttpRequest(); } return xmlhttp; } function fetch_data(obj){ window.location.href='index.php?id='+obj.value; } function highlight_menu(){ url = document.location.href; pageid = url.substring(url.indexOf('=')+1); if(isNaN(pageid)){ mnuTab = eval(document.getElementById('menutable')); if(mnuTab){ mnuTbody = eval(mnuTab.childNodes[0]); if(mnuTbody){ for(i=0;i