Today = new Date();
var BusyBox1Image=new Image();
BusyBox1Image.src="BusyBoxDotNet.axd?res=GreyBar.gif&cache="+Today.getMilliseconds();

var operaBackgroungImage=new Image();
operaBackgroungImage.src="BusyBoxDotNet.axd?res=maskBG.png&cache="+Today.getMilliseconds();

var BusyBox1=new BusyBox("BusyBox1","Espere Por favor","La tarea se esta ejecutando. Espere hasta que sea completada.","","","BusyBoxDotNet.axd?res=GreyBar.gif&cache=1","left",true,false,false,"",50,100,"1px","","Solid","","normal","normal","8pt","Verdana","bold","normal","11pt","Verdana","","",100,false,20);
var BusyBox2=new BusyBox("BusyBox2","Please wait","Work in progress...","","","BusyBoxDotNet.axd?res=GreyBar.gif&cache=1","left",true,false,false,"",50,100,"1px","","Solid","","normal","normal","8pt","Verdana","bold","normal","11pt","Verdana","","",100,false,20);
var BusyBox3=new BusyBox("BusyBox3","Sollicitude en cours","Patientez s'il vous pla&icirc;t...","","","BusyBoxDotNet.axd?res=GreyBar.gif&cache=1","left",true,false,false,"",50,100,"1px","","Solid","","normal","normal","8pt","Verdana","bold","normal","11pt","Verdana","","",100,false,20);

function Show_BusyBox1(){BusyBox1.Show();}
function Show_BusyBox2(){BusyBox2.Show();}
function Show_BusyBox3(){BusyBox3.Show();}

function Hide_BusyBox1(){BusyBox1.Close();}
function Hide_BusyBox2(){BusyBox2.Close();}
function Hide_BusyBox3(){BusyBox3.Close();}

function Center_BusyBox1(){BusyBox1.Center();}
function Center_BusyBox2(){BusyBox2.Center();}
function Center_BusyBox3(){BusyBox3.Center();}

addEvent(window,"resize",Center_BusyBox1);
window.onscroll=Center_BusyBox1;
if(window.addEventListener!=null)
	window.addEventListener("DOMMouseScroll",Center_BusyBox1,false);
