dd=document.all?'all':document.layers?'layers':document.getElementById?'dom':0;

function s_gor(a){if(a.indexOf('show:')==0)if(a.indexOf(';')>-1)a=a.substring(a.indexOf(';')+1);else return;if(a.indexOf('SELECTED')==0||a.indexOf('NOROLL')==0)if(a.indexOf(';')==-1)return;else a=a.substring(a.indexOf(';')+1);s_clearST();s_hide2();var p='directories=1,location=1,menubar=1,resizable=1,scrollbars=1,status=1,toolbar=1';if(a.charAt(0)=='*'){if(a.indexOf('*self*')==0){document.location=a.substring(6);return};if(a.indexOf('*newWindow*')==0){window.open(a.substring(11),'',p);return}};if(a.substring(0,11)=='javascript:'){document.location=a;return};if(s_target=='self'){document.location=a;return};if(s_target=='newWindow'){window.open(a,'',p);return}}
