var titlos1 = new Array();
var syndesmos1 = new Array();
titlos1[0]="Mortgages USA";
syndesmos1[0]="usa_mortgages_box.php";
titlos1[1]="Real Estate";
syndesmos1[1]="usa_real_estate_box.php";
titlos1[2]="Stock Brokers";
syndesmos1[2]="usa_stockbrokers_box.php";
titlos1[3]="Credit Cards";
syndesmos1[3]="usa_credit_cards_box.php";
titlos1[4]="Investments";
syndesmos1[4]="usa_investements_box.php";

var arraytext1="";
arraytext1+="<table cellspacing=0 border=0 cellpadding=0 width=161 bgcolor=\"#F6F6F6\">"
for (var i=0;i<titlos1.length;i++) {
	arraytext1+="<tr><td colspan=3 bgcolor=\"#B7B7B7\" height=1><img src=\"./images/spacer.gif\" width=161 height=1></td></tr>"
	arraytext1+="<tr><td class=\"verdana_menu_11\" bgcolor=\"#B7B7B7\" width=1><img src=\"./images/spacer.gif\" width=1 height=5></td>"
	arraytext1+="<td bgcolor=\"#FFFFFF\" width=159 onmouseover=\"this.style.backgroundColor='#EDEDED'; this.style.cursor='hand';\" onMouseOut=this.style.backgroundColor=\"#ffffff\"><img src=\"./images/spacer.gif\" width=5 height=1><img src=\"images/koutaki.jpg\"><img src=\"./images/spacer.gif\" width=5 height=1>"
	arraytext1+="<a class=\"verdana_menu_11\" href=\"" + syndesmos1[i] + "\">" + titlos1[i] + "</a><img src=\"./images/spacer.gif\" width=5 height=1></td>"
	arraytext1+="<td bgcolor=\"#B7B7B7\" width=1 height=1><img src=\"./images/spacer.gif\" width=1 height=5></td></tr>"
	arraytext1+="<tr><td colspan=3 bgcolor=\"#B7B7B7\" height=1><img src=\"./images/spacer.gif\" width=1 height=1></td></tr>"
	arraytext1+="<tr><td colspan=3 bgcolor=\"#FFFFFF\" height=1><img src=\"./images/spacer.gif\" width=1 height=1></td></tr>"
}
arraytext1+="</table>"

// ΑΠΟ ΕΔΩ ΚΑΙ ΠΑΝΩ ΗΤΑΝ ΤΟ ΠΡΩΤΟ ΜΕΝΟΥ - ΑΠΟ ΕΔΩ ΚΑΙ ΚΑΤΩ ΕΙΝΑΙ ΤΟ ΔΕΥΤΕΡΟ ΜΕΝΟΥ

var titlos2 = new Array();
var syndesmos2 = new Array();
titlos2[0]="Credit Cards";
syndesmos2[0]="creditcards.php";
titlos2[1]="Com. Mortgages";
syndesmos2[1]="cmortgages.php";
titlos2[2]="Mortgages";
syndesmos2[2]="mortgages.php";
titlos2[3]="Personal Loan";
syndesmos2[3]="loan.php";
titlos2[4]="Car Insurance";
syndesmos2[4]="insurance.php";

var arraytext2="";
arraytext2+="<table cellspacing=0 border=0 cellpadding=0 width=161 bgcolor=\"#F6F6F6\">"
for (var i=0;i<titlos2.length;i++) {
	arraytext2+="<tr><td colspan=3 bgcolor=\"#B7B7B7\" height=1><img src=\"./images/spacer.gif\" width=161 height=1></td></tr>"
	arraytext2+="<tr><td class=\"verdana_menu_11\" bgcolor=\"#B7B7B7\" width=1><img src=\"./images/spacer.gif\" width=1 height=5></td>"
	arraytext2+="<td bgcolor=\"#FFFFFF\" width=159 onmouseover=\"this.style.backgroundColor='#EDEDED'; this.style.cursor='hand';\" onMouseOut=this.style.backgroundColor=\"#ffffff\"><img src=\"./images/spacer.gif\" width=5 height=1><img src=\"images/koutaki.jpg\"><img src=\"./images/spacer.gif\" width=5 height=1>"
	arraytext2+="<a class=\"verdana_menu_11\" href=\"" + syndesmos2[i] + "\">" + titlos2[i] + "</a><img src=\"./images/spacer.gif\" width=5 height=1></td>"
	arraytext2+="<td bgcolor=\"#B7B7B7\" width=1 height=1><img src=\"./images/spacer.gif\" width=1 height=5></td></tr>"
	arraytext2+="<tr><td colspan=3 bgcolor=\"#B7B7B7\" height=1><img src=\"./images/spacer.gif\" width=1 height=1></td></tr>"
	arraytext2+="<tr><td colspan=3 bgcolor=\"#FFFFFF\" height=1><img src=\"./images/spacer.gif\" width=1 height=1></td></tr>"
}
arraytext2+="</table>"