// JavaScript Document

  function searchBox(a,id){

if(id==1){
	if(a.value=="Input Keyword"){
		a.value="";
	}else if(a.value==""){
		a.value="Input Keyword";
	}
}else if(id==2){
	if(a.value=="Input your E-mail address"){
		a.value="";
	}else if(a.value==""){
		a.value="Input your E-mail address";
	}
}
}


function openWin(){
window.open("map.html","","width=584,height=736");
}
/*
$(document).ready(function(){	
						   
						   var face = "<div class='iconface'><img src='images/iconFace1.gif'  border='0'/><a href='https://twitter.com/CETA_Cares' target='_blank'><img src='images/iconFace2.gif'  border='0'/></a><a href='http://www.facebook.com/pages/Bangkok-Thailand/ceta-cares/305911008121?v=wall' target='_blank'><img src='images/iconFace3.gif'  border='0'/></a></div>";
						   
						   old = $(".navFlash").html();
						   $(".navFlash ul").remove();
						   $(".navFlash .searchBox2").remove();
						   $(".navFlash").html(face+old);
						  // $(".navFlash").remove();
});
*/

function insertFaceBook_Hi5_YoutubeLink(){
	document.write('<div class="iconface"><img src="images/iconFace1.gif"  border="0"/><a href="http://twitter.com/CETA__Thailand" target="_blank"><img src="images/iconFace2.gif"  border="0"/></a><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fhome.php%23%21%2Fpages%2FBangkok-Thailand%2Fceta-cares%2F305911008121%3Fv%3Dwall%26ref%3Dsearch%26__a%3D9%26ajaxpipe%3D1&amp;layout=button_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=tahoma&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;" allowTransparency="true"></iframe> <a href="http://www.youtube.com/user/CETAthailand#p/u" target="_blank"><img src="images/iconFace4.gif"  border="0"/></a><a href="http://cetathailand.blogspot.com/" target="_blank"><img src="images/iconFace5.gif"  border="0"/></a></div> ');
}
