// JavaScript Document
function submitform(){
		if (document.getElementById("searchbar1").value != "Enter Search Term"){

		//	||document.getElementById("searchbar").value != ""
		 //if(document.myform.onsubmit())
		 //{
		 document.searchForm.submit();
		 //}
	}
	}

function taf(){       
	eval("window.open('http://rtmlwise.com/kinjisan/index.php?pageurl="+window.location+"','popup','menubar=no,scrollbars=no,width=500,height=575')");  
}

function ccon(){       
	eval("window.open('currency-convertor.html','popup','menubar=no,scrollbars=no,width=700,height=400')");  
}
function validate_form ( ) {
	valid = true;
    if ( document.form.email.value == "" ) {
    	alert ( "Please fill in the 'Email' box." );
		valid = false;
	}
	return valid;
}
function popup(src) {
  win = window.open(src,"","top=20,left=20,height=300,width=450,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes")
}


