|
<html><head>
|
|
<Title>help</title>
|
|
<script Language="JavaScript">
|
|
<!--
|
|
function sizeImg()
|
|
{ //resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + "
|
|
iMyWidth = (window.screen.width/2) - (document.all.foto.width/2 + 40);
|
|
iMyHeight = (window.screen.height/2) - (document.all.foto.height/2 + 40);
|
|
window.resizeTo(document.all.foto.width+30,document.all.foto.height+38);
|
|
window.moveTo(+iMyWidth,+iMyHeight);
|
|
if (foto.height>600) window.fullscreen;
|
|
window.focus();
|
|
}
|
|
// -->
|
|
</script>
|
|
<style type="text/css">
|
|
<!--
|
|
body, html, table {
|
|
margin: 0px;
|
|
padding: 5px;
|
|
}
|
|
a {
|
|
color: black;
|
|
border: 0px solid black;
|
|
text-decoration: none;
|
|
}
|
|
img {
|
|
border: 0px solid black;
|
|
}
|
|
.divHelp {
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
|
|
|
|
-->
|
|
</style>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250"></head>
|
|
<body onLoad="sizeImg();" bgColor="white" >
|
|
<div class="divHelp" onClick="javascript:window.close()">
|
|
<?
|
|
|
|
|
|
echo $_GET['co'];
|
|
?>
|
|
</div>
|
|
</body>
|
|
</html>
|