if (top.location != self.location)top.location=self.location; function openwindow(name, url, width, height, scrollbar) { scrollbar_str = scrollbar ? 'yes' : 'no'; window.open(url, name, 'width='+width+',height='+height+',top=5,left=5,directories=0,menubar=0,scrollbars=1,personalbar=1,status=1,resizable=1,scrollbars='+scrollbar_str); } var Toggle =1; function hstop(chk) { Toggle = 0; switch(chk) { case 1: runsale.stop(); break; case 2: runsale.stop(); break; } } function hstart(chk) { Toggle = 1; switch(chk) { case 1: runsale.start(); break; case 2: runsale.start(); break; } }