document.write('<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="1268" id="AutoNumber2" height="6"><tr>  <td height="10" width="463" bgcolor="#800000"><font size="7" color="#FFFFFF"> Swift Technologies</font></td>  <td height="10" width="805"><b><font size="7" color="#0000FF" face="Monotype Corsiva"><img border="0" src="images/header.jpg" width="428" height="100"></font></b></td> </tr>    <tr> <td background="images/split-bar.jpg" height="19" width="463">&nbsp;</td><td background="images/split-bar.jpg" height="19" width="805">&nbsp;</td> </tr><tr>')
document.write('<td height="20" align="center" width="1268" background="images/moduleTop.gif" colspan="2"> <div id=glow_text style="width: 899; height: 16"> <p><font size="4" color="#99CCFF">Website Designing</font><font size="4"><font color="#111111">,</font><font color="#FFFFFF"> Customised Software</font><font color="#111111">,</font><font color="#99FF66"> </font><font color="#99CCFF">Financial Applications</font><font color="#99FF66"> </font> <font color="#FFFF00">&amp;</font><font color="#0000FF">')
document.write(' </font></font><font size="4" color="#FFFFFF">Smart Card Based Application</font></p> </div><font size="4">&nbsp;</td> </tr>    </table>')
glow_color="RED"
glow_min=3
glow_max=7
glow_speed=70
function f_glow()
{	glow_size+=glow_const
	if (glow_size>glow_max || glow_size<glow_min) glow_const*=(-1)
	document.all.glow_text.style.filter = "glow(color="+glow_color+", strength="+glow_size+")"
}

if(document.all){glow_const=1; glow_size=glow_min; document.all.glow_text.style.width="100%"; glow_go=setInterval("f_glow()",glow_speed)}



//now display date at the top bar

var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR		= "right"	// DATE LEFT OR RIGHT
var dateX		= "10"		// DATE X LOCATION
var dateY		= "60"		// DATE Y LOCATION



// START DATE SCRIPT
   if (showdate == "yes") 
{

document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}

