/*
author : Febriyanto 
email  : mizcleaneuz@yahoo.com
YM id  : mizcleaneuz
FS URL : http://profiles.friendster.com/mizcleaneuz
BLOG   : http://mizcleaneuz.co.cc
*/
function OPEN(div){
	document.getElementById(div).style.display = 'block';	
}

function CLOSE(div){
	document.getElementById(div).style.display = 'none';	
}

function ImageRollover(path, names)
{
	document.getElementById(names).src = path;
}