function openDetailWindowResizable(urlToOpen, windowWidth, windowHeight) { pleft = (screen.width / 2) - (windowWidth / 2); ptop = (screen.height / 2) - (windowHeight / 2); window.open(urlToOpen, 'NewPage', 'width=' + windowWidth + ', height=' + windowHeight + ', left=' + pleft + ', top=' + ptop + ', toolbar=false, location=false, menubar=false, resizable=yes', false); } function ShowNav(Cat,Group) { if (document.getElementById) { var x = document.getElementById(Group).getElementsByTagName('DIV'); } else if (document.all) { var x = document.all[Group].all.tags('DIV'); } else return; for (var i=0;i-1) { start=inputstring.indexOf("=", start)+1 } var end = inputstring.indexOf(trunc, start); if (start==-1 || end==-1) { value=null } else { var value=unescape(inputstring.substring(start,end)) } return value; }