1 <script language
="javascript" >
3 function gethelp(x
,s
,x1
,x2
,x3
,x4
)
6 urlholder
="<?php echo $root_path; ?>main/help-router.php<?php echo URL_REDIRECT_APPEND ?>&helpidx="+x+
"&src="+s+
"&x1="+x1+
"&x2="+x2+
"&x3="+x3+
"&x4="+x4
;
7 helpwin
=window
.open(urlholder
,"helpwin","width=790,height=540,menubar=no,resizable=yes,scrollbars=yes");
8 window
.helpwin
.moveTo(0,0);