var max=0;
function textlist() {
max=textlist.arguments.length;
for (i=0; i<max; i++)
this[i]=textlist.arguments[i];
}
tl = new textlist( "MyCafeCup : All-in-one solution for CyberCafe + WiFi Hotspot",
"Lightweight applications, NO complicated with middle softwares installations.",
"Flexible marketing plan.",
"Supports multiple users type (Pre-paid, Post-paid, ticket or ticket-less).",
"With MyCafeCup - Your Internet Cafe will be under control.",
"Secure windows from harmful activity.",
"Create your own WiFi Hotspot.",
"Gain more money without additional PCs investment.",
"Comprehensive client workstation PC security (No problem with MMORPG's game guard).",
"Enables you to manage & monitor all computers as you wish.",
"Designed for Internet & Gaming cafe, hotel, restaurant, college, library and PC rental business.",
"Learn how simple protection of PC terminals can be!",
"Friendly customer support.",
"Need a professional software for your cybercafe?",
"Need a reliable & stable software for your internet cafe?",
"Download and Try MyCafeCup today..."
);
var x = 0; pos = 0;
var l = tl[0].length;

function textticker() {
document.getElementById("internet_cafe_software").style.display="none";
document.tickform.tickfield.value = tl[x].substring(0, pos) + "_";
if(pos++ == l) {
pos = 0; setTimeout("textticker()", 2000); if(++x == max) x = 0; l = tl[x].length;
} else
setTimeout("textticker()", 50);
};



var theImages = new Array();


theImages[0] = 'graphics/cafecupshop3.jpg';
theImages[1] = 'graphics/adam.jpg';
theImages[2] = 'graphics/cafecupshop.gif';
theImages[3] = '/gallery/leaf.jpg';
theImages[4] = '/gallery/wild.jpg';
theImages[5] = '/gallery/coffeeshop.jpg';
theImages[6] = '/gallery/junction.jpg';
theImages[7] = '/gallery/tinyleaf.jpg';
theImages[8] = '/gallery/toto.jpg';
theImages[9] = '/gallery/sunflowers.jpg';
theImages[10] = '/gallery/daisy.jpg';
theImages[11] = 'graphics/raphael.png';
theImages[12] = 'graphics/raphael.png';

var j = 0;

var p = theImages.length;

var preBuffer = new Array();

for (i = 0; i < p; i++){

   preBuffer[i] = new Image();

   preBuffer[i].src = theImages[i];

};

var whichImage = Math.round(Math.random()*(p-1));

function showImage(){

document.write('<img src="'+theImages[whichImage]+'"  align="top" name="AdamandGOD" border="1">');

};




















