function openIT(theURL,W,H, wname) {
   CLOSEdwn = "close_dwn.gif"
   CLOSEup = "close_up.gif"
   CLOSEovr = "close_ovr.gif"
   MINIdwn = "mini_dwn.gif"
   MINIup = "mini_up.gif"
   MINIovr = "mini_ovr.gif"
   NONEgrf = "none.gif"
   CLOCKgrf = "clock.gif"
   titHTML = "&nbsp;&nbsp;technic detail" //change to your desired window title
   titWIN = "&nbsp;technical" //your desired status bar title
   winBORDERCOLOR = "#6060c0" //change to your desired border color
   winBORDERCOLORsel = "#60ffc0" //change to your desired selected border color
   winBGCOLOR = "#00a0c0" //change to your desired top bar background color
   winBGCOLORsel = "#40c080" //change to your desired top bar selected background color
   mywin = openchromeless(theURL, wname, W, H, NONEgrf, CLOSEdwn, CLOSEup, CLOSEovr, MINIdwn, MINIup, MINIovr, CLOCKgrf, titHTML, titWIN, winBORDERCOLOR, winBORDERCOLORsel, winBGCOLOR, winBGCOLORsel)
}

