home *** CD-ROM | disk | FTP | other *** search
- function mainRemote(href) {
- remote = window.open(href,"remotewin","width=618,height=440,toolbar=no,location=no,directories=no,status=no,menubar=no,resizeable=no,screenX=100,left=100,screenY=100,top=100");
- }
- function mainRemote2(href) {
- remote = window.open(href,"remotewin","width=790,height=540,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizeable=no");
- }
- function showScreen(img) {
- screenshot = window.open("show_full.htm?screen=" + img,"newwin","width=800,height=600,scrollbars=no,resizable=no");
- }
- function openWindowScroll(href) {
- remote = window.open(href,"newwin","width=800,height=600,toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
- }
-
- function openWindow(href) {
- remote = window.open(href,"newwin","toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
- }
-
- function openHelp(href) {
- remote = window.open(href,"helpwin","width=300,height=100,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no");
- }
-
- function Open_win(href) {
- remote = window.open(href,"remotewin","width=350,height=150,toolbar=no,location=no,directories=no,status=no,menubar=no,resizeable=no,screenX=100,left=100,screenY=100,top=100");
- }