// Program : control www.jakartabienalle.com
// Penulis : Yudha Arvianto 
// EMail   : ya109981@gmail.com
//------------------------------------------
function GetXmlHttpObject()
{
	var xmlHttp=null;
	try
	  {
	  // Firefox, Opera 8.0+, Safari
	  xmlHttp=new XMLHttpRequest();
	  }
	catch (e)
	  {
	  // Internet Explorer
	  try
		{
		xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");
		}
	  catch (e)
		{
		xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
		}
	  }
	return xmlHttp;
}

var pesan='';

function m2()
{
	if (xmlHttp.readyState==4)
	{
		self.location.reload();//		alert(xmlHttp.responseText);

	}
}

function dwibahasa(basa)
{
	file = 'query1.php';
//	alert(basa);
	if ((xmlHttp=GetXmlHttpObject())==null)
	{
	  alert ("Your browser does not support AJAX!");
	  return;
	} 
	var url=file;
	url=url+"?c="+'gantibasa';
	url=url+"&b="+basa;
	xmlHttp.onreadystatechange=m2;
	url=url+"&sid="+Math.random();
	xmlHttp.open("GET",url,true);
	xmlHttp.send(null);
}

var Timer1=null;
var Timer5=null;

function bingkai(obj)
{
	var object = 'parentNode.firstchild';
	var opac = '.style.opacity';
	if(obj.checked)obj.parentNode.firstChild.style.opacity=0.3;else obj.parentNode.firstChild.style.opacity=1;
}

function bingkaiDiri(obj)
{
	if(obj.checked)obj.parentNode.style.border = '3px solid #ee0000';else obj.parentNode.style.border = '3px solid #FBEAED';
}

function cleartime()
{
	clearTimeout(Timer1);
	clearTimeout(Timer5);
}

function ScrollTop()
{
  Timer1 = setInterval("document.getElementById('berita').scrollTop -= 4", 25);
}


function ScrollDown()
{
  Timer5 = setInterval("document.getElementById('berita').scrollTop += 4", 25);
}

function isOkayDel()
{
//	var s_echo = '';
//	ck = document.getElementsByTagName("INPUT");
//	for (a=0;a<ck.length;a++)
//	{
//		if(ck[a].type=="checkbox" && ck[a].checked)
//		{
//			s_echo += "         *   "+ ck[a].id + "                 \n";
//		}
//	}
//	if(s_echo=='')alert("Silahkan memilih.");
//	else
//	if (confirm("Apakah Anda yakin ingin menanyangkan :\n\n"+s_echo+"\n")) 
//	{
//		document.forms[0].submit();
//	}
}

function berita(ke)
{
	document.getElementById('frame_berita').src = 'index_cair'+ke+'.php';
}
function berita2(ke)
{
	document.getElementById('frame_berita2').src = 'index_pertarungan'+ke+'.php';
}
function berita1(ke)
{
	document.getElementById('frame_berita1').src = 'index_pemahaman'+ke+'.php';
}

function openme()
{
	window.open('sharing_add.php','nco','scrollbars=no,width=359,height=650,left=300,top=150,location=no');
}

function chgpage(obj,ke)
{
	for(i=0;i<5;i++)
	{
		obj.offsetParent.rows[0].cells[i].style.backgroundColor = "#CC0066";
		obj.offsetParent.rows[0].cells[i].style.color="#FFFFFF";
	}
	obj.style.backgroundColor = "#E2FFF6";
	obj.style.color="#003366";
	document.getElementById('f1').src="galeri.php?judul="+ke;
}
	
function cekform()
{
	if(document.form1.place.value == '' || 
	   document.form1.address.value == '' ||
	   document.form1.section.value == '' || 
	   document.form1.comment.value == '' || 
	   document.form1.fotoku.value == '') 
	alert('Harap lengkapi semua pertanyaan.'); 
	else document.form1.submit();
}

function formasi(isbook)
{
	if(isbook=="BOOKS") 
	{
		document.getElementById("satu").innerHTML = "Title";
		document.getElementById("dua").innerHTML = "Author";
		document.getElementById("tiga").innerHTML = "Comment";
	}
	else
	{
		document.getElementById("satu").innerHTML = "Place";
		document.getElementById("dua").innerHTML = "Address";
		document.getElementById("tiga").innerHTML = "Comment";
	}
	document.form1.place.focus();
}

document.onmousemove=cleartime;
document.onmouseup=cleartime;
