//Bulleted Items
function bullet(name,url) {
fullurl = "/company/html/" + url;
if (window.location.pathname != fullurl) {
	document.write('<TR><TD WIDTH=6 valign=top><IMG id="Picture45" HEIGHT=12 WIDTH=6 SRC="bullet_gray_lg.gif"  VSPACE=0 HSPACE=0 ALIGN=TOP BORDER=0 ></TD><TD width=128 valign=top><a href="'+url+'"><FONT COLOR="#333333" SIZE="-2" FACE="Verdana,Tahoma,Arial,Helvetica">'+name+'</FONT></A></TD></TR>')
	} else { document.write('<TR><TD WIDTH=6 valign=top><IMG id="Picture45" HEIGHT=12 WIDTH=6 SRC="bullet_gray_lg.gif"  VSPACE=0 HSPACE=0 ALIGN=TOP BORDER=0 ></TD><TD width=128 valign=top><FONT COLOR="#FFFFFF" SIZE="-2" FACE="Verdana,Tahoma,Arial,Helvetica">'+name+'</FONT></TD></TR>') }
}
//Non-Bulleted Items
function nobullet(name,url) {
fullurl = "/company/html/" + url;
if (window.location.pathname != fullurl) {
	document.write('<TR><TD COLSPAN=2><B><a href="'+url+'"><FONT COLOR="#333333" SIZE="-2" FACE="Verdana,Tahoma,Arial,Helvetica">'+name+'</FONT></A></TD></TR>')
	} else {document.write('<TR><TD COLSPAN=2><B><FONT COLOR="#FFFFFF" SIZE="-2" FACE="Verdana,Tahoma,Arial,Helvetica">'+name+'</FONT></TD></TR>')}
	}
//AU: ABOUT US
function aboutus() {
nobullet('E-business','auvisebiz.html');
nobullet('E-publishing','auvisepub.html');
nobullet('E-applications','auviseapp.html');
nobullet('E-commerce','auvisecomm.html');
}
//AU: CEO AND MANAGEMENT
function ceomanage() {
nobullet('CEO: Samir Arora','auceo.html');
if (window.location.pathname == "/company/html/auceo.html") {
ceo();} 
if (window.location.pathname == "/company/html/auceovision.html") {
ceo();} 
if (window.location.pathname == "/company/html/auceoentrepeneur.html") {
ceo();}
nobullet('NetObjects Founders','aufounder.html');
}
//Bulleted Sets
function ceo() {
bullet('Entrepeneur of the Year','auceoentrepeneur.html');
}