<!--
var myWin1;
function popdt1()
{

 var width  = 90;
 var height = 90;
 var left   = (screen.width  - width)/1.3;
 var top    = (screen.height - height)/4;
 var params = 'width='+width+', height='+height;
 params += ', top='+top+', left='+left;
 params += ', directories=no';
 params += ', location=no';
 params += ', menubar=no';
 params += ', resizable=no';
 params += ', scrollbars=no';
 params += ', status=no';
 params += ', toolbar=no';

  myWin1=window.open('','name',params);
  
  myWin1.document.write('<html><head><title>RaspBerries</title>');
  myWin1.document.write('</head><body style="background:red;color:#fff;">');
  myWin1.document.write('<div style="float:right;right:5px;position:relative;"><h2>RaspBerries</h4>');
  myWin1.document.write('<p>Are Ready!!</p></div>');
  myWin1.document.write('<img alt="" title=""src="animation4.gif" border="0" />');
  myWin1.document.write('</body></html>');
  myWin1.document.close();
}

function closeIt1(){
if (!myWin1.closed)
myWin1.self.close()
}
//-->

<!--
var myWin10;
function popdt10()
{

 var width  = 90;
 var height = 90;
 var left   = (screen.width  - width)/1.3;
 var top    = (screen.height - height)/4;
 var params = 'width='+width+', height='+height;
 params += ', top='+top+', left='+left;
 params += ', directories=no';
 params += ', location=no';
 params += ', menubar=no';
 params += ', resizable=no';
 params += ', scrollbars=no';
 params += ', status=no';
 params += ', toolbar=no';

  myWin10=window.open('','name',params);
  
  myWin10.document.write('<html><head><title>BlueBerries</title>');
  myWin10.document.write('</head><body style="background:blue;color:#fff;">');
  myWin10.document.write('<div style="float:right;right:5px;position:relative;"><h2>BlueBerries</h4>');
  myWin10.document.write('<p>Are Ready!!</p></div>');
  myWin10.document.write('<img alt="" title=""src="animation4.gif" border="0" />');
  myWin10.document.write('</body></html>');
  myWin10.document.close();
}

function closeIt10(){
if (!myWin10.closed)
myWin10.self.close()
}
//-->


<!--
var myWin11;
function popdt11()
{

 var width  = 90;
 var height = 90;
 var left   = (screen.width  - width)/1.3;
 var top    = (screen.height - height)/4;
 var params = 'width='+width+', height='+height;
 params += ', top='+top+', left='+left;
 params += ', directories=no';
 params += ', location=no';
 params += ', menubar=no';
 params += ', resizable=no';
 params += ', scrollbars=no';
 params += ', status=no';
 params += ', toolbar=no';

  myWin11=window.open('','name',params);
  
  myWin11.document.write('<html><head><title>BlackBerries</title>');
  myWin11.document.write('</head><body style="background:#333;color:#fff;">');
  myWin11.document.write('<div style="float:right;right:5px;position:relative;"><h2>BlackBerries</h4>');
  myWin11.document.write('<p>Are Ready!!</p></div>');
  myWin11.document.write('<img alt="" title=""src="animation4.gif" border="0" />');
  myWin11.document.write('</body></html>');
  myWin11.document.close();
}

function closeIt11(){
if (!myWin11.closed)
myWin11.self.close()
}
//-->