1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
|
<script type="text/javascript">
<!--
function writeim(id)
{
var url = "./imw.php?id="+id+"{$SID_ARG_2ND}"
var centerleft = screen.width?(screen.width - "600")/2:0;
var centertop = screen.height?(screen.height - "300")/2:0;
newwin = window.open(url, "IM", "width=600, height=300, top="+centertop+", left="+centerleft+", scrollbars=yes, location=no, directories=no, status=no, menubar=no, toolbar=no, resizable=no");
newwin.focus();
}
//-->
</script>
|