function test()
{
		    var ObjectID = NeMoAX1.GetObjectID('Start Line');
		    window.open('http://www.translucency.com/volcanoracer/banner.htm', 'Volcano', 'scrollbars=no,resizable=no,width=300,height=100,top=0,left=0');
while (!ObjectID)
		    {
		     ObjectID = NeMoAX1.GetObjectID('Start Line');
		    }
	 	    NeMoAX1.SetAttribute(ObjectID, 'Start', 1);
}

function visitwebsite()
{
window.open('http://www.translucency.com/volcanoracer/newhome.htm','VolcanoRacerHomepage', 'scrollbars=yes,resizable=yes,width=800,height=600,top=0,left=0');
}
