" ;
style += "" ;
document.write( style ) ;
if (ie||w3)
browser_width = document.body.offsetWidth ;
else
browser_width = window.outerWidth ;
function toggleMotion( flag )
{
if ( flag )
halt = 1 ;
else
halt = 0 ;
}
function initializeProactive(){
if(!ns && !ie && !w3) return ;
if(ie) ProactiveDiv = eval('document.all.ProactiveSupport_
Notice: Undefined index: deptid in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 59
_
Notice: Undefined index: btn in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 59
.style') ;
else if(ns) ProactiveDiv = eval('document.layers["ProactiveSupport_
Notice: Undefined index: deptid in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 60
_
Notice: Undefined index: btn in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 60
"]') ;
else if(w3) ProactiveDiv = eval('document.getElementById("ProactiveSupport_
Notice: Undefined index: deptid in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 61
_
Notice: Undefined index: btn in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 61
").style') ;
if (ie||w3)
ProactiveDiv.visibility = "visible" ;
else
ProactiveDiv.visibility = "show" ;
backtrack = 0 ;
isclosed = 0 ;
repeat = 1 ;
moveIt(20) ;
}
function moveIt( h )
{
if (ie)
{
documentHeight = document.body.offsetHeight/2+document.body.scrollTop-20 ;
documentWidth = document.body.offsetWidth ;
}
else if (ns)
{
documentHeight = window.innerHeight/2+window.pageYOffset-20 ;
documentWidth = window.innerWidth ;
}
else if (w3)
{
documentHeight = self.innerHeight/2+window.pageYOffset-20 ;
documentWidth = self.innerWidth ;
}
ProactiveDiv.top = documentHeight-100 ;
ProactiveDiv.left = documentWidth/2 ; // mod
// took out scrolling as of v2.7
//ProactiveDiv.left = h ;
//if ( h > ( browser_width - 350 ) )
// backtrack = 1 ;
//if ( backtrack && repeat && !halt )
// h -= 2 ;
//else if ( !backtrack && repeat && !halt )
// h += 2 ;
if ( halt )
{
setTimeout("moveIt("+h+")",timer) ;
}
else if ( ( !backtrack || ( backtrack && ( h >= 20 ) ) ) && ( ( ProactiveDiv.visibility == "visible" ) || ( ProactiveDiv.visibility == "show" ) ) && repeat && !isclosed )
setTimeout("moveIt("+h+")",timer) ;
else if ( !isclosed )
{
backtrack = 0 ;
repeat = 0 ;
setTimeout("moveIt("+h+")",timer) ;
}
else
{
// incase it is closed during when it's off the page, set the position
// back to the page so the horizontal scrollbars disappear (IE only)
ProactiveDiv.left = h ;
}
}
function DoClose(){
if (ie||w3)
ProactiveDiv.visibility = "hidden" ;
else
ProactiveDiv.visibility = "hide" ;
isclosed = 1 ;
halt = 0 ;
}
/********************************************/
/********************************************/
function checkinitiate_
Notice: Undefined index: btn in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 136
_
Notice: Undefined index: deptid in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 136
()
{
initiate = pullimage_
Notice: Undefined index: btn in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 138
_
Notice: Undefined index: deptid in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 138
.width ;
if ( ( initiate == 2 ) && !chat_opened )
{
chat_opened = 1 ;
launch_support_
Notice: Undefined index: btn in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 142
_
Notice: Undefined index: deptid in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 142
() ;
}
else if ( ( initiate == 3 ) && !chat_opened )
{
chat_opened = 1 ;
initializeProactive() ;
}
if ( ( initiate == 1 ) && chat_opened )
chat_opened = 0 ;
}
function do_tracker_
Notice: Undefined index: btn in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 153
_
Notice: Undefined index: deptid in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 153
()
{
// check to make sure they are not idle for more then 1 hour... if so, then
// they left window open and let's stop the tracker to save server load time.
// (1000 = 1 second)
var unique = dounique() ;
time_elapsed = unique - start_tracker ;
if ( time_elapsed > 3600000 )
do_tracker_flag_
Notice: Undefined index: btn in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 161
= 0 ;
pullimage_
Notice: Undefined index: btn in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 163
_
Notice: Undefined index: deptid in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 163
= new Image ;
pullimage_
Notice: Undefined index: btn in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 164
_
Notice: Undefined index: deptid in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 164
.src = "
Notice: Undefined index: base_url in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 164
/image_tracker.php?l=
Notice: Undefined index: l in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 164
&x=
Notice: Undefined index: x in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 164
&page="+url+"&unique="+unique ;
pullimage_
Notice: Undefined index: btn in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 166
_
Notice: Undefined index: deptid in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 166
.onload = checkinitiate_
Notice: Undefined index: btn in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 166
_
Notice: Undefined index: deptid in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 166
;
if ( do_tracker_flag_
Notice: Undefined index: btn in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 167
== 1 )
setTimeout("do_tracker_
Notice: Undefined index: btn in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 168
_
Notice: Undefined index: deptid in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 168
()",tracker_refresh) ;
}
function launch_support_
Notice: Undefined index: btn in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 170
_
Notice: Undefined index: deptid in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 170
()
{
var request_url_
Notice: Undefined index: btn in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 172
_
Notice: Undefined index: deptid in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 172
= "
Notice: Undefined index: base_url in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 172
/request.php?l=
Notice: Undefined index: l in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 172
&x=
Notice: Undefined index: x in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 172
&deptid=
Notice: Undefined index: deptid in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 172
&page="+url ;
newwin = window.open( request_url_
Notice: Undefined index: btn in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 173
_
Notice: Undefined index: deptid in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 173
, unique, 'scrollbars=no,menubar=no,resizable=0,location=no,screenX=50,screenY=100,width=455,height=415' ) ;
newwin.focus() ;
DoClose() ;
}
function WriteChatDiv()
{
var scroll_image = new Image ;
scroll_image.src = "
Notice: Undefined index: base_url in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 181
/scroll_image.php?x=
Notice: Undefined index: x in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 181
&l=
Notice: Undefined index: l in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 181
&"+unique ;
output = "
| |
| " ;
output += "
Notice: Undefined index: btn in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 187 _ Notice: Undefined index: deptid in /home/gazhalcom/cpware.com/phplive/js/status_image.php on line 187 ()\" OnMouseOver=\"toggleMotion(1)\" OnMouseOut=\"toggleMotion(0)\"> |