// JavaScript Document
function kerajaan() {
	ajaxpage('contentonly.php?s=kerajaan_tab','main_content');
	document.getElementById('main_content').style.backgroundPosition = 'bottom';
	document.getElementById('main_content').style.backgroundRepeat = 'no-repeat';
	document.getElementById('main_content').style.backgroundImage = 'url(../themes/bendahara_bm/kerajaan_tab.jpg)';
}
function rakyat() {
	ajaxpage('contentonly.php?s=rakyat_tab','main_content');
	document.getElementById('main_content').style.backgroundPosition = 'bottom';
	document.getElementById('main_content').style.backgroundRepeat = 'no-repeat';
	document.getElementById('main_content').style.backgroundImage = 'url(../themes/bendahara_bm/rakyat_tab.jpg)';

}
function pelancong() {
	ajaxpage('contentonly.php?s=pelancongan_tab','main_content');
    document.getElementById('main_content').style.backgroundPosition = 'bottom';
	document.getElementById('main_content').style.backgroundRepeat = 'no-repeat';
    document.getElementById('main_content').style.backgroundImage = 'url(../themes/bendahara_bm/pelancongan_tab.jpg)';
}
function perniagaan() {
	ajaxpage('contentonly.php?s=perniagaan_tab','main_content');
	document.getElementById('main_content').style.backgroundPosition = 'bottom';
	document.getElementById('main_content').style.backgroundRepeat = 'no-repeat';
	document.getElementById('main_content').style.backgroundImage = 'url(../themes/bendahara_bm/perniagaan_tab.jpg)';
}

function showpix(eventid,whichdiv)
{
	ajaxpage('showpix.php?id='+eventid,whichdiv);	
}

function move_left_click() {
	document.getElementById('marquee_logo').setAttribute('direction', 'left', 0);
	document.getElementById('marquee_logo').setAttribute('scrollamount', '20', 0);
	}
function move_left_onmouseout() {
	document.getElementById('marquee_logo').setAttribute('direction', 'left', 0);
	document.getElementById('marquee_logo').setAttribute('scrollamount', '4', 0);
	}
function move_right_click() {
	document.getElementById('marquee_logo').setAttribute('direction', 'right', 0);
	document.getElementById('marquee_logo').setAttribute('scrollamount', '20', 0);
	}
function move_right_onmouseout() {
	document.getElementById('marquee_logo').setAttribute('direction', 'right', 0);
	document.getElementById('marquee_logo').setAttribute('scrollamount', '4', 0);
	}

/* For scrolling news/activities */
function fast_click() {
	document.getElementById('news_marquee').start();
	document.getElementById('news_marquee').setAttribute('scrollamount', '10', 0);
	}
function slow_click() {
	document.getElementById('news_marquee').start();
	document.getElementById('news_marquee').setAttribute('scrollamount', '1', 0);
	}
function stop_click() {
	document.getElementById('news_marquee').stop();
	}
function up_click() {
	document.getElementById('news_marquee').start();
	document.getElementById('news_marquee').setAttribute('direction', 'up', 0);
	}
function down_click() {
	document.getElementById('news_marquee').start();
	document.getElementById('news_marquee').setAttribute('direction', 'down', 0);
	}
	
function showpixoc(title)
{
 //alert('lalalala');
 ajaxpage('showpixoc.php?title='+title,'carta_pix');
//var action2 = ajaxpage('showpixtitle.php?title='+title,'carta_text');
//setTimeout("action1",100);
	//setTimeout("action2",100);
	
	//alert('lalalala');
	
}
