document.write("<img id=top src=images/top.png alt= />");
document.write("<div id=container>");


	// configuration structure
	var A_TPL = {
		// randomize the array each time page loads
		'random' : true,
		// number of transparency changes during the transition
		//	increase for smoother transition, reduce for less CPU usage
		'steps' : 5,
		// transition duration in seconds
		'transtime': 1,
		// slide time in seconds
		'slidetime': 5,
		// width of the slide (optional)
		'width' : 750,
		// height of the slide (optional)
		'height': 150,
		// alt text for the image (optional)
		'alt' : 'MTNL 3G',
		// css class assigned to the slide <img> (optional)
		'css' : ''
	};

	// list of images to display
	var A_ITEMS = [
		'images/banner_1.jpg',
		'images/banner_2.jpg',
		'images/banner_3.jpg'
	];

	// fader initialization	
	var mySlideShow = new tFader (A_ITEMS, A_TPL);


//document.write("<IMG SRC=images/banner.jpg WIDTH=750 HEIGHT=150>");
document.write("<hr/>");
document.write("<div id=contant>");
document.write("<TABLE width=100% border=0 bordercolor=#BFBFBF cellspacing=0 cellpadding=0>");
document.write("<TR>");
document.write("<TD><A HREF=index_3Gmobile.html>3G Home</A></TD>");
document.write("<TD><A HREF=index.html>Home</A></TD>");
document.write("<TD><A HREF=hsdpa_data_card.html>HSDPA Data Card</A></TD>");
document.write("<TD><A HREF=tariff.html>Data Card Tariff</A></TD>");
document.write("<TD><A HREF=faq.html>FAQ</A></TD>")
document.write("<TD><A HREF=http://mtnlmumbai.in>MTNL Home</A></TD>")
document.write("<TD></TD>")
document.write("<TD></TD>")
//document.write("<TD><A HREF=http://202.159.228.86/gsm/gsm_3g/index.html target=_blank>Book now</A></TD>");
document.write("</TR>");
document.write("</TABLE>");

