Code: Select all
<script language=javascript>
function openNewWindow(winURL,winWidth,winHeight,winConfig)
{
mmConfig=""
mmConfig="width="+winWidth+","
mmConfig+="height="+winHeight+","
mmConfig+=winConfig
var mmWin=open(winURL,"",mmConfig);
mmWin.focus();
}
</script>
on all the pages? If not I'd love to get rid of it, I've got so many scirpts being able to eliminate any would be loverly.
Ruth