// JavaScript Document

/*<!--

	Project Manager				: CHAP SAMOL
	Web Designer and Developer 	: CHAP SAMOL
	Contact Mail				: samolchap@yahoo.com
								  chap.samol@netisolutions.biz
	Contact Number				: (855) 12 350 810
								  
//-->*/



<!-- Hide from older browsers...

//Check the form before submitting to google to search
function CheckForm (obj) {
	//Check for a word to search
	if (obj.value==""){
		alert("Please enter at least one keyword to search");
		obj.focus();
		return false;
	}
	
	return true
}
// -->







































































/*<!--

	Project Manager				: CHAP SAMOL
	Web Designer and Developer 	: CHAP SAMOL
	Contact Mail				: samolchap@yahoo.com
								  chap.samol@netisolutions.biz
	Contact Number				: (855) 12 350 810
								  
//-->*/