VAR CW_WIDTH = 800; var CW_HEIGHT = 600; var cw_top = 150; var cw_left = 150; var new_url = "/"; var new_cw = window.createPopup (); var cw_body = new_cw.document.body; var content = "" ; var cSStext = "margin: 1px; color: black; border: 2px outset; border-style: expression (οnmοuseοut = οnmοuseup = function () {this.style.borderStyle = 'outset'}, οnmοusedοwn = function () {if (Event.Button! = 2) this.style.Borderstyle = 'INSET'}; Background-Color: ButtonFace; Width: 16px; Height: 14px; font-size: 12px; line-height: 11px; cursor: default; "
// build window //include.startdownload (cw_url, function (source) {content = source});
function insert_content () {var "temp ="; CW_Body.style.overflow = "hidden"; CW_Body.style.backgroundColor = "white"; CW_Body.style.border = "solid menu 3px"; content = content.replace (/ "; temp ="
= " 1 span> "; temp =" x span> "; Temp = " td> tr> } else {new_cw.show (0, 0, screen.width, screen.height); new_cw.document.all.include.style.Width = Screen.Width;}} Window.onfocus = show_cw; window.onResize = show_cw; //Move window var DRAG_X, DRAG_Y, DRAGING = FALSE Function DRAG_MOVE (E) {if (Draging) {new_cw.show (E.SCREENX-DRAG_X, E.SCREENY-DRAG_Y, CW_WIDTH, CW_HEIGHT); RETURN FALSE;}} function DRAG_DOWN (E) {IF (E.Button == 2) return; if (New_CW.document.body.offsetWidth == screen.width && New_CW.document.body.offsetHeight == screen.height) return; drag_x = e.clientX; drag_y = e.clientY; draging = true; E.SRCELEMENT.SETCAPTURE (); function drag_up (e) {draging = false; e.srcElement.releaseCapture (); if (New_CW.document.body.offsetWidth == screen.width && New_CW.document.body.offsetHeight == screen.height) return; CW_top = E.SCREENX-DRAG_X; CW_LEFT = E.SCREENY-DRAG_Y;} script> Html>