// JavaScript Document
var n = 7;
var f = false;
var b = new Array;
function prel(){

   	if(document.images) {
	  for(i=1;i<=n;i++)
               {str = 'buttons/b' + i + '_o.gif';
               b[i-1] = new Image();
               b[i-1].src = str;
}f = true;
 		}
}
function on(im){
	if (document.images && (f == true))
		{document.images[im].src="buttons/"+im+"_o.gif";}

}
function off(im){
	if (document.images && (f == true))
		{document.images[im].src = "buttons/"+im+".gif";}
}

function openSupportWindow(){
var seYPWr=document.createElement("script");
seYPWr.type="text/javascript";
var seYPWrs=(location.protocol.indexOf("https")==0?"https://secure.providesupport.com/image":"http://image.providesupport.com")+"/js/stimul-cash/safe-standard.js?ps_h=YPWr\u0026ps_t="+new Date().getTime();
setTimeout("seYPWr.src=seYPWrs;document.getElementById('live_support').appendChild(seYPWr)",1);
var url = "http://messenger.providesupport.com/messenger/stimul-cash.html?ps_s=" + psYPWrsid;
window.open(url, "_blank", "menubar=0,location=0,scrollbars=auto,resizable=1,status=0,width=500,height=460");
}

