<!--

function NewWindowb(url) {
	self.name = 'ctn';
        PopUpWindows = window.open(url,'pu','location=no,toolbar=0,menubar=0,directories=0,status=0,scrollbars=0,resizable=1,width=10,height=10');
}

function openPageNewWinURL(sURL)
{
		myWin = window.open(sURL, "newWindow","resizable=no,menubar=no,toolbar=no,location=no,width=420,height=500,top=150,left=200");
		myWin.focus();		
		myWin.location.href = sURL;
}

function typew()
{
a = a + 1;
check();
window.status = message[curmsg].substring(0, a);
if (a == message[curmsg].length + 5) {
curmsg = curmsg + 1;
a = 0;
}
if (curmsg > msgs) {
curmsg = 0; }
counter = setTimeout("typew()", wait);
}

function check()
{
if (a <= message[curmsg].length) {
if (message[curmsg].substring(a, a + 1) == "") {
a = a + 1;
check();
}
}
}

var wait = 50; 		//sleep time until next letter (milliseconds)
var message = new Array();
message[0] = "Welcome to Be With GLAY...          ";
message[1] = "Kindly sign my guestbook so I know who you are...         ";
message[2] = "If you need to contact me, my email is teru-chan@glay.per.sg          ";
message[3] = "Brief intro of the web site...Guest Book is my guestbook for this site         ";
message[4] = "Biography is about GLAY/Never Mind         ";
message[5] = "Discography contains media clips of their songs and PVs         ";
message[6] = "Live! contains media clips of their live performances         ";
message[7] = "GLAY Stuff contains Greeting Cards, JRock items for Sale & Trade, Wallpapers, Skins, etc.         ";
message[8] = "Votes is a voting booth on GLAY         ";
message[9] = "BBS is a message board for anything related to GLAY         ";
message[10] = "Links - If you wish to link to my site, pls visit this page         ";
var msgs = 10; 		//Number of message (0 is first)

var temp = "";		//Do not modify these... (recommended)
var curmsg = 0;
var a = 0;
var counter = 0;
typew();

//-->
