function footerMenu(){
	var str;	 
		str ='<a href="index.html">Home</a> | <a href="aboutus.html">About Us</a> | <a href="products.html">Products</a> | <a href="services.html">Services</a> | <a href="clients.html">Clients</a> | <a href="contactus.html">Contact Us</a>'	
	document.write(str)
}
function TopBox(){
	var str;	 
		str ='<h1>Our Vision </h1>'
        str += '<p>In Skylark, our vision is to establish transparent and long-term relationship with our customers. We believe every process holds the key to improving organizational efficiencies. </p>'
		str += '<p>&nbsp;</p>'
		str += '<p>We are focused at enhancing the effectiveness of our client&#8217;s business processes while at the same time achieving economies of scale.</p>'
	document.write(str)
}

function Box2(){
	var str;	 
		str ='<h1>Job Opening</h1>'
		str +='<p><strong>Data entry operators</strong></p>'
		str +='<p>Minimum 2 years of exp.</p>'
		str +='<p>&nbsp;</p>'
		str +='<p><strong>Team Leader</strong></p>'
		str +='<p>Minimum 2 years of exp. </p>'
		str +='<p>&nbsp;</p>'
		str +='<p><strong>Software Developers .Net Professionals</strong></p>'
		str +='<p>Minimum 3 years of exp. </p>'
		str +='<p>&nbsp;</p>'
		str +='<p><strong>Marketing Executives</strong></p>'
		str +='<p>MBA with Minimum 2 years of exp. </p>'
		str +='<br/>'
		str +='<p><strong>Email for Job application:</strong> <a href="mailto:info@skylark-tech.com">info@skylark-tech.com</a></p>'
		
	document.write(str)
}
function OurServices(){
	var str;	 
		str ='<ul>'		
		str +=		'<li> <a href="datamanagement.html">Data Management</a> </li>'
		str +=		'<li> <a href="dataconversion.html">Data Conversion </a></li>'
		str +=		'<li><a href="ebooks.html"> E-Books </a></li>'
		str +=		'<li><a href="pdfconversion.html"> PDF Conversion </a></li>'
		str +=		'<li><a href="ocrconversion.html"> OCR Conversion </a></li>'
		str +=		'<li> <a href="documentindexing.html">Document Indexing </a></li>'
		str +=		'<li> <a href="dataentry.html">Data Entry </a></li>'
		str +=		'<li class="first"><a href="softwaredevelopment.html">Software Development</a></li>'
		str +=	'</ul>'	
	document.write(str)
}

function OurProducts(){
	var str;	 
		str ='<ul>'
		str +=	'<li class="first"><a href="inventorymanagementsystem.html">Inventory Management System</a></li>'
		str +=	'<li><a href="accountingsystem.html">Accounting System</a></li>'
		str +=	'<li><a href="payrollsystem.html">Payroll System</a></li>'
		str +=	'<li><a href="personalplanner.html">Personal Planner</a></li>'
		str +=	'<li><a href="laundrymanagementsystem.html">Laundry Management System</a></li>'
		str +=	'<li><a href="bankingsystem.html">Banking System</a></li>'
		str +=	'<li><a href="mlmsoftware.html">MLM Software</a></li>'
		str +=	'<li><a href="conference.html">For WISACON Conference</a></li>'
		str +=	'</ul>'	
	document.write(str)
}
function Copyright(){
	var str;	 
		str ='Design by <a href="http://www.fastweb.co.in" target="_blank">FASTWEB IT SOLUTIONS PVT. LTD.</a>'
		str +=	'<img src="images/dot.gif" width="50" height="9" />'
		str +=	'Copyright 2009 - 2010 Skylark Software Technologies '

	document.write(str)
}


// end Menu Functions

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}


