0byt3m1n1
Path:
/
home
/
k
/
a
/
s
/
kassiope
/
www
/
lib
/
js
/
[
Home
]
File: window.js
function OpenWin(URL,width,height,nom) { window.open(URL,nom,"toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=" + width + ",height=" + height + ",resizable=no"); } function OpenWin2(URL,width,height,nom) { window.open(URL,nom,"toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=" + width + ",height=" + height + ",resizable=yes"); }