
function openWin(url) {
    x = window.open('','Picture','width=200,height=200,menubar=0,location=0,toolbar=0,resizable=0,scrollbars=0');
    x.document.write('<body leftmargin="5" topmargin="5" onLoad="window.resizeTo(document.myImage.width+20,document.myImage.height+20)"><center><IMG NAME="myImage" SRC="'+url+'"></center></body>');
    x.document.close();
    x.focus();
    return false;
}
function row_click(id) {
    if(document.getElementById) {
        obj = document.getElementById(id);
        obj.click();
    }
}
function go(url) {
    xurl = url.replace(/^hggf:\|\|/, "http://");
    document.location = xurl;
}
var selector = false;
function switchScroll() {
    selector = selector? false: true;
    myScroller1.stopped = selector;
    document.getElementById('scrolling').value= selector? "continue scrolling": "stop scrolling";
}
function switchScroll1(val1,val2) {
selector = selector? false: true;
myScroller1.stopped = selector;
document.getElementById('scrolling').value= selector? val1:val2;
}
