function webowners(){
	strDownloadURL = "http://www.seos.com.ph/index.html";
	document.location = strDownloadURL;

}

function seowebdesigners(){
	strDownloadURL = "http://www.seos.com.ph/seo.html";
	document.location = strDownloadURL;
	
}

function faq(){
	strDownloadURL = "http://www.seos.com.ph/faq.html";
	document.location = strDownloadURL;	

}

function addlinks(){
	strDownloadURL = "http://www.seos.com.ph/dir/";
	document.location = strDownloadURL;

}

function directorydemo(){
	strDownloadURL = "http://www.seos.com.ph/directory/";
	document.location = strDownloadURL;

}