
function funGo() {
	var servicesLink = document.frmServices.selServices.options[document.frmServices.selServices.selectedIndex].value;
	if(servicesLink != "")	location.href=servicesLink;
}

document.write(''+
'<table border="0" cellspacing="0" cellpadding="0">'+
'	<form name="frmServices" method="post" action="">'+
'		<tr align="left" valign="top"> '+
'          <td> '+
'            <div align="right">'+
'                <select name="selServices">'+
'                  <option value="" selected>SERVICES - Quick Links</option>'+
'                  <option value="services-organic-seo.htm">Organic Search Engine Optimization</option>'+
'                  <option value="pay-per-click-compaign-management-services.htm">Pay Per Click Management Services</option>'+
'				   <option value="services-paid-inclusion-management.htm">Paid Inclusion Management</option>'+		
'                  <option value="services_affiliate-program-management.htm">Affiliate Program Management Services</option>'+
'                  <option value="services-seo-design.htm">Search Engine Friendly Designing Services</option>'+
'                  <option value="services-seo-development.htm">Search Engine Friendly Development Services</option>'+
'				   <option value="services-contents-writing.htm">Content Writing Services</option>'+ 	
'                </select>'+
'                &nbsp;<a href="javascript:funGo();"><img src="images/next.gif" width="14" height="13" alt="GO" border="0"></a> '+
'            </div>'+
'		</td></tr>'+
'	</form>'+
'</table>'+
'');