// JavaScript Document

function ganti(obj,mode)
{
   if (mode=1)
	  obj.style.background-image : url("images\menu2.jpg");
   else
	  obj.style.background-image : url("images\menu1.jpg");
	  
}

function MM_openBrWindow(theUrl) 
{
    theURL   = "pesan.php";
	winName  = "popwin";
	features = "width=320,height=200, left=300, top=100";
    window.open(theURL,winName,features);
}

function movers(obj, cl)
{
    if (cl=="menu1")
	    bg="#EEA760";
    if (cl=="menu2")
	    bg="#9ADE1B";
    if (cl=="menu3")
	    bg="#EF75F9";

    obj.style.background=bg
	
}
function mouts(obj, cl)
{
    if (cl=="menu1")
	    bg="#F5CFA9";
    if (cl=="menu2")
	    bg="#DBF4AA";
    if (cl=="menu3")
	    bg="#F8C2FC";
				
    obj.style.background=bg
	
}

function tr_over(obj)
{
    bg="#AACCAA";
    obj.style.background=bg
	
}
function tr_out(obj, bg)
{
    if (bg == "ganjil")
       obj.style.background="#FFBB77";
	else
	   obj.style.background="#FFBB00";	
}

