// strat of menues scripts
function expand(s)
{
  var td = s;
  var d = td.getElementsByTagName("div").item(0);

  td.className = "menuHover";
  d.className = "menuHover";
}

function collapse(s)
{
  var td = s;
  var d = td.getElementsByTagName("div").item(0);

  td.className = "menuNormal";
  d.className = "menuNormal";
}
//the end of menues scripts

function header()
	{
		document.write("<table cellpadding='0' cellspacing='0' width='100%'>")
			document.write("<tr valign='top'>")
				document.write("<td background='images/topbar2.jpg' align='right'><img src='images/topbar3.jpg' border='0' usemap='#Map'></td>")
			document.write("<tr>")
				document.write("<td>")
					document.write("<table cellpadding='0' cellspacing='0' width='100%'>")
						document.write("<tr>")
							document.write("<td width='100%' background='images/bg.jpg'>")
							document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='609' height='165' title='Online Solutions Abroad'>")
							document.write("<param name='movie' value='include/header.swf'>")
							document.write("<param name='quality' value='high'>")
							document.write("<embed src='include/header.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='609' height='165'></embed>")
							document.write("</object>")
						document.write("</tr>")						  
					document.write("</table>")
				document.write("</td>")
			document.write("</tr>")
		document.write("</table>")
	}

function displayLeftNav()
	{
		document.write("<table cellpadding='0' cellspacing='0' width='165' border='0'>")
			document.write("<tr>")
				document.write("<td>")
					document.write("<table cellpadding='0' cellspacing='2' width='100%' border='0'>")
						document.write("<tr>")
							document.write("<td><img src='images/companyname.jpg'></td>")
						document.write("</tr>")
						document.write("<tr>")
							document.write("<td><a href='index.html'><img src='images/home.jpg' border='0'></a></td>")
						document.write("<tr>")
						document.write("<tr>")
							document.write("<td><a href='aboutus.html'><img src='images/aboutus.jpg' border='0'></a></td>")
						document.write("</tr>")
						document.write("<tr>")
							document.write("<td><a href='services.html'><img src='images/services.jpg' border='0'></a></td>")
						document.write("</tr>")
						document.write("<tr>")
							document.write("<td><a href='port.html'><img src='images/gallery.jpg' border='0'></a></td>")
						document.write("</tr>")
						document.write("<tr>")
							document.write("<td><a href='products.html'><img src='images/products_01.jpg' border='0'></a></td>")
						document.write("</tr>")
						document.write("<tr>")
							document.write("<td><a href='contactus.html'><img src='images/contactus.jpg' border='0'></a></td>")
						document.write("</tr>")
					document.write("</table>")
				document.write("</td>")
			document.write("</tr>")
			document.write("<tr>")
				document.write("<td background='images/whyus3.jpg' align='center'>")
					document.write("<table cellpadding='5' cellspacing='1' width='100%' border='0'>")
						document.write("<tr>")
							document.write("<td align='left' class='navheading'>")
								document.write("Why Us")
							document.write("</td>")
						document.write("</tr>")
						document.write("<tr>")
							document.write("<td class='nav'>")
								document.write("Reasons to chose Online Solutions Abroad for your outsourcing needs are enumerated here:")
							document.write("</td>")
						document.write("</tr>")
						document.write("<tr>")
							document.write("<td colspan='2' align=right ><a class='white2' href=whyus.html>more>></a></td>")
						document.write("</tr>")
					document.write("</table>")
				document.write("</td>")
			document.write("</tr>")
			document.write("<tr>")
				document.write("<td align='center'>")
					document.write("<table class='test' cellpadding='1' cellspacing='1' width='100%' border='0'>")
						document.write("<tr>")
							document.write("<td height=30 colspan='2' align='center' class='green2'>TESTIMONIALS</td>")
						document.write("</tr>")
						document.write("<tr>")
							document.write("<td valign='top'><img src='images/testmonial_pic.jpg' width='27' height='30' align='left'></td>")
							document.write("<td class='test' valign='top'>")
								document.write("It was actually the next")
								document.write("day after we discussed ")
								document.write("our concept that OSA p")
								document.write("roposed our first  design.")
							document.write("</td>")
						document.write("</tr>")
						document.write("<tr>")
							document.write("<td class='more' colspan='2'><a class='more' href=testimonials.html>more>></a></td>")
						document.write("</tr>")
						document.write("<tr>")
							document.write("<td valign='top'><img src='images/testmonial_pic2.jpg' align='left'></td>")
							document.write("<td class='test' valign='top'>")
								document.write("I cannot state enough how impressed and happy I am with your whole team. Your team was most responsive, attentive and professional.")
							document.write("</td>")
						document.write("</tr>")
						document.write("<tr>")
							document.write("<td class='more' colspan='2' heigth='100%'><a class='more' href=testimonials.html>more>></a></td>")
						document.write("</tr>")
					document.write("</table>")
				document.write("</td>")
			document.write("</tr>")
		document.write("</table>")
	
	}
	
	function bottom()
	{
	document.write("<table width='780px' cellpadding='0' cellspacing='0' border='0'>")
		document.write("<tr>")
			document.write("<td class='footer' background='images/botom.jpg' width='780'  height='44'>")
				document.write("<table cellpadding='5' cellspacing='0' border='0' align='center'>")
					document.write("<tr>")
						document.write("<td class='blacktext'><!--© 2004-2008--> Online Solutions Abroad. All rights reserved.</td>")
						document.write("<td align=right><!--<b ><a href='policy.html' class='hote2'>Privacy Policy </a></b>--></td>")
					document.write("</tr>")
				document.write("</table>")
			document.write("</td>")
		document.write("</tr>")
	document.write("</table>")
	document.write("<map name='Map'>")
		document.write(" <area shape='rect' coords='1,14,16,32' href='index.html'>")
		document.write(" <area shape='rect' coords='31,17,48,31' href='contactus.html'>")
	document.write("</map>")
	}
