- modules/fotolab updated imagej to current version & some cod fixes to make it work
[care2x.git] / Care2007 / include / inc_js_gethelp.php
blobc91eb63001edc5f80d7a0a98ecde21f689fae2e4
1 <script language="javascript" >
2 <!--
3 function gethelp(x,s,x1,x2,x3,x4)
5 if (!x) x="";
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);
10 // -->
11 </script>