var pageOpts=new Array()
pageOpts[0]='<table class="drop_menu_header" cellpadding="0" cellspacing="0">' +
'	<tr>' +
'		<td class="drop_menu_title">Advanced options</td>' +
'		<td class="drop_menu_close"><a href="#"><img src="/images/btns/x.gif" onmouseover="this.src=\'/images/btns/x_over.gif\'; return true" onmouseout="this.src=\'/images/btns/x.gif\'; return true" onclick="hidemenu();" alt="close" /></a></td>' +
'	</tr>' +
'</table>'

pageOpts[1]='<div class="drop_menu">' +
'<table style="width: 100%" cellpadding="0" cellspacing="0" ><tr>' +
'		<td class="drop_header"><img src="/images/logos/titles/t_color.gif" /></td><td>&nbsp;</td><td style="text-align: right;" class="drop_header"><img src="/images/logos/titles/p_layout.gif" /></td>'+
'	</tr><tr>'+
'		<td nowrap class="drop_content">Select theme color.<br><img src="/images/tools/themes/theme_black.gif" title="Black theme (default)" class="theme_sel" /> <img src="/images/tools/themes/theme_gray.gif" title="Gray theme" class="theme_sel" />  <img src="/images/tools/themes/theme_red.gif" title="Red theme" class="theme_sel" /> <img src="/images/tools/themes/theme_green.gif" title="Green theme" class="theme_sel" /> <img src="/images/tools/themes/theme_blue.gif" title="Blue theme" class="theme_sel" /> <img src="/images/tools/themes/theme_yellow.gif" title="Yellow theme" class="theme_sel" /> <img src="/images/tools/themes/theme_violet.gif" title="Violet theme" class="theme_sel" /> <img src="/images/tools/themes/theme_orange.gif" title="Orange theme" class="theme_sel" /> <img src="/images/tools/themes/theme_pink.gif" title="Pink theme" class="theme_sel" /></td><td nowrap>&nbsp;</td><td nowrap class="drop_content">Select page layout.<br><img src="/images/tools/themes/layout_three.gif" title="Three column" class="theme_sel" /> <img src="/images/tools/themes/layout_two_left.gif" title="Two column (left bar)" class="theme_sel" />  <img src="/images/tools/themes/layout_one.gif" title="One column" class="theme_sel" /> <img src="/images/tools/themes/layout_two_right.gif" title="Two column (right bar)" class="theme_sel" /></td>'+
'	</tr></table><br />'

pageOpts[2]='<table style="width: 100%" cellpadding="0" cellspacing="0" class="drop_content_2"><tr>'+
'<td style="text-align: left; width: 55px; padding-top: 7px;">Language:</td>'+
'<td style="text-align: ;">'+
'<select size="1" name="language" style="width: 100%; font-size: 10px;">'+
'<option selected="selected">English</option>'+
'<option value="Espanol">Espanol</option>'+
'<option>Krio</option>'+
'<option value="Francais">Francais</option></select>'+
'</td><td style="width: 27px; font-size: 10px;">'+
'<input type="button" value="" style=" border: 0px; width: 100%; font-size: 10px; background: url(\'/images/btns/go_arr.gif\') no-repeat;" />'+
'</td></tr></table>'

pageOpts[3]='<table style="width: 100%" cellpadding="0" cellspacing="0" class="drop_content_2"><tr>' +
'		<td style="text-align: left;"><a title="Customize page..." href="#">Customize this page</a></td>'+
'		<td style="text-align: right;"><a title="Advanced options..." href="#" onmouseover="adv_arr.src=\'/images/btns/adv_arr_over.gif\'; return true" onmouseout="adv_arr.src=\'/images/btns/adv_arr.gif\'; return true"> <img src="/images/btns/adv_arr.gif" name="adv_arr" /></a></td>'+
'	</tr></table>'

pageOpts[4]='</div>'


  