
<html>
<head>

<title>.:: sliq ::.</title>
</head>
<body bgcolor="#ffffff" onload="loadwin()">
<script language="JavaScript">
var wdh = 0; hgt = 0;
var success;
if (wdh==0){ wdh = screen.width-32 };
if (hgt==0){ hgt = screen.height-200 };


function loadwin()	{
var left, top;
var width = screen.width;


// Open the window in the middle of the screen
left = (screen.availWidth - wdh - 10) / 2
top = (screen.availHeight - hgt) / 2;

//if (wdh==0) {success = open('cms/', '', 'fullscreen=yes,scrollbars=auto,resizable=yes'); }
success = open('cms/', '', 'width=' + wdh + ',height=' + hgt + ',left=' + left + ',top=' + top + ',status=yes,scrollbars=yes,resizable=yes'); 

if(!success)	{
alert('Automatic Popup windows have been disabled in your browser.\nTo open this window you must manually click the link below');
}

setTimeout('pollOpener()',1000);

}

// If the parent window has closed, log off the account
function pollOpener() {
  if (!success.closed)
    setTimeout('pollOpener()',1000);
  else
    location.href='/iii/';
}

</script>

<style>
.sw {font-family:Verdana;font-size:11px;color:#000000;FONT-WEIGHT: lighter;}
</style>

<table width="100%" height="100%" border="0" align="center">
  <tr>
    <td class=sw><div align="center">
		<h3>sliq.tibbels.com</h3>
        <p>If a new popup window does not automatically open <a href="javascript:loadwin()">click here</a></p>
      </div></td>
  </tr>
</table>

</body>
</html>
