var total1 = 4;
var counter1 = 0;
var titles= new Array();
var urls= new Array();

titles[1] = "Sign Up";
urls[1] = "https://encrypt5.name-serve.net/star1web/hosting//hostapp1.html";
titles[2] = "Compare";
urls[2] = "unixcom.htm";
titles[3] = "Policies";
urls[3] = "usepolicy.html";
titles[4] = "Conditions";
urls[4] = "termsconditions.html";

document.writeln("<TABLE WIDTH='79' CELLSPACING='0' CELLPADDING='2' BGCOLOR='#000000'");
document.writeln("<TR BGCOLOR='#000000'> <TD BGCOLOR='BLACK' ALIGN='CENTER'><FONT COLOR='#FF0000'>Sub Menu</FONT></TD></TR>");

for (counter1=1;counter1<total1+1;counter1++){
document.writeln("<TR><TD HEIGHT='26px'	BACKGROUND='http://www.star1web.com/graphics/buttons/gbutton1b.jpg' ALIGN='CENTER' CLASS='td_button' VALIGN='MIDDLE' WIDTH='77'><A HREF='"+urls[counter1]+"'><FONT SIZE='2'>"+titles[counter1]+"</FONT></A></TD></TR>"); 
}
document.writeln("<TR BGCOLOR='black'><TD BGCOLOR='black' HEIGHT='26px' ALIGN='CENTER' WIDTH='77'><HR WIDTH='70%'></TD></TR>");
document.writeln("<TR><TD HEIGHT='26px'	BACKGROUND='http://www.star1web.com/graphics/buttons/gbutton1b.jpg' ALIGN='CENTER' CLASS='td_button' VALIGN='MIDDLE' WIDTH='77'><A HREF='javascript:window.history.back()'><FONT SIZE='2'>Go Back</FONT></A></TD></TR></TABLE>"); 


