<!--
document.write("<table width='400' height='300' border='0' cellspacing='0' cellpadding='1' style='display:none;position:absolute;top:10px;left:10px;empty-cells:hide' id='_FloatingWindowTable_'>");document.write("<tr><td><table width='100%' height='100%' border='1' style='border-collapse: collapse' bordercolor='#FF3300' cellspacing='0' cellpadding='0'>");document.write("<tr height='1'><td><table width='100%' border='0' cellspacing='1' cellpadding='0' style='background: #FF3300; color: #000000; cursor: default'><tr style='font-family: Verdana, sans-serif; font-size: 10pt; font-weight: bold'><td>We Have Moved To A New Location!");document.write("<td style='width: 20px; cursor: pointer;' onclick='javascript:Minimize();'><font face='verdana'>-</font>");document.write("<td style='width: 20px; cursor: pointer;' onclick='javascript:Close();'><font face='verdana'>X</font>");document.write("</table><tr><td>");document.write("<table width='100%' height='100%' id='PopupBody' border='0' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF'>");document.write("<tr><td><table width=\"450\" border=\"0\" cellpadding=\"8\">\n    <tr>\n      <td colspan=\"2\"><h3><font color=\"#FF0000\" face=\"Book Antiqua, Bookman Old Style\">We Have Moved To A Better Place! </font></h3></td>\n    </tr>\n    <tr>\n      <td width=\"152\"><a href=\"http://www.webdesign.webseo.com.au/\"><img src=\"images/popup-website.jpg\" alt=\"go to our new bigger and better website\" width=\"150\" height=\"147\" border=\"0\"></a></td>\n      <td width=\"292\" valign=\"top\"><p><font size=\"3\"><b>Now Bigger and Better.<br>\n      </b><font face=\"Book Antiqua, Bookman Old Style\">An Adelaide Webpage Designer has moved to a new location.</font></font></p>\n      <p><font size=\"3\" face=\"Book Antiqua, Bookman Old Style\"> Still developing high quality websites using tomorrows technology today.</font> </p></td>\n    </tr>\n    <tr>\n      <td colspan=\"2\"><center>\n        <p><a href=\"http://www.webdesign.webseo.com.au/\" target=\"_blank\"><font color=\"#0000CC\" size=\"3\"><b>Go To www.webdesign.webseo.com.au</b></font></a>\n</p>\n        <p>&nbsp;        </p>\n      </center></td>\n    </tr>\n  </table>");document.write("<tr style='height: 10px'><td style='text-align: center'><INPUT type='button' value='Close This Window' style='cursor: pointer' onclick='javascript:Close();'>");document.write("</table></table></table>"); if ( document.getElementById ) FloatingElement = document.getElementById ( "_FloatingWindowTable_" ); else FloatingElement = document.all ["_FloatingWindowTable_"]; var SpeedX, SpeedY; var posX, posY; var oldPosX, oldPosY; var isDragging = false; function Minimize ( ) {   if ( document.getElementById )     _content_ = document.getElementById ( "PopupBody" );   else     _content_ = document.all ["PopupBody"];   if ( _content_.style.display == "none" )     {       _content_.style.display = "";       FloatingElement.style.height = "300px";     }   else     {       _content_.style.display = "none";       FloatingElement.style.height = "20px";     } } function Close ( ) {   FloatingElement.style.display = "none"; } function PopupSlide ( ) {    if ( isDragging )      {        setTimeout ( "PopupSlide ( );", 20 );        return;      }    var _xlen_ = 400;    var _ylen_ = 300;    var _px1_ = window.pageXOffset ? window.pageXOffset : document.body.scrollLeft;    var _py1_ = window.pageYOffset ? window.pageYOffset : document.body.scrollTop;    var _px2_ = _px1_ + ( window.innerWidth ? window.innerWidth : document.body.clientWidth );    var _py2_ = _py1_ + ( window.innerHeight ? window.innerHeight : document.body.clientHeight );    var _dx_, _dy_;    posY += SpeedY * 0.02 + 0.17640000000000006;    if ( oldPosY + _ylen_ > _py2_ && SpeedY >= 0 )      {        posY = _py2_ - _ylen_;        SpeedY = Math.sqrt ( 52920.00000000001 );        oldPosY = posY - 1;      }    if ( oldPosY + _ylen_ == _py2_ && posY + _ylen_ >= _py2_ )      {        posY = _py2_ - _ylen_;        SpeedX = 0;      }    else    if ( posY + _ylen_ >= _py2_ && oldPosY + _ylen_ < _py2_ )      {        SpeedY *= -0.33333333 * 0.89;        SpeedX *= 0.33333333;        posY = _py2_ - _ylen_;      }    else      {        SpeedY += 17.640000000000004;      }    if ( SpeedY < 0 && posY <= _py1_ && oldPosY > _py1_ )      {        SpeedY *= -0.8;        SpeedX *= 0.9;      }    oldPosY = posY;    posX += SpeedX * 0.02;    if ( _xlen_ < _px2_ - _px1_ )      if ( SpeedX < 0 && posX < _px1_ )        SpeedX *= -0.8;      else if ( SpeedX > 0 && posX + _xlen_ > _px2_ )        {          SpeedX *= -0.8;          posX = _px2_ - _xlen_ - 1;        }    oldPosX = posX;    FloatingElement.style.top  = posY;    FloatingElement.style.left = posX;    setTimeout ( "PopupSlide ( );", 20 ); } function _StartUpJ_ ( _tX_, _tY_ ) {   _trgx_ = _tX_;   _trgy_ = _tY_;   posX = _tX_;   posY = _tY_;    var _dltx_ = 0, _dlty_ = 0;    _dltx_ = -_tX_ -400;    if ( _dltx_ != 0 && _dlty_ != 0 )      if ( Math.abs ( _dltx_ ) < Math.abs ( _dlty_ ) )        _dlty_ = _dlty_ / Math.abs ( _dlty_ ) * Math.abs ( _dltx_ );      else        _dltx_ = _dltx_ / Math.abs ( _dltx_ ) * Math.abs ( _dlty_ );   posX += _dltx_ + ( window.pageXOffset ? window.pageXOffset : document.body.scrollLeft );   posY += _dlty_ + ( window.pageYOffset ? window.pageYOffset : document.body.scrollTop );   oldPosX = posX;   oldPosY = posY;   SpeedX = 600;   SpeedY = 0;   FloatingElement.style.left = posX;   FloatingElement.style.top  = posY;   FloatingElement.style.display = "";   PopupSlide ( ); } setTimeout ( "_StartUpJ_ ( 514, 189 );", 1500 ); var oldx, oldy; function Drag ( e ) {   newx = ( document.all ) ? event.clientX : e.clientX;   newy = ( document.all ) ? event.clientY : e.clientY;   posX += newx - oldx;   posY += newy - oldy;   oldx = newx;   oldy = newy;   FloatingElement.style.left = posX;   FloatingElement.style.top  = posY; } function Stop ( ) { } function EndDrag ( ) {   document.onmousemove = Stop;   document.onmouseup   = Stop;   isDragging = false; } function StartDrag ( e ) {   oldx = ( document.all ) ? event.clientX : e.clientX;   oldy = ( document.all ) ? event.clientY : e.clientY;   document.onmousemove = Drag;   document.onmouseup   = EndDrag;   isDragging = true; } FloatingElement.onmousedown = StartDrag;
//-->



