function show_news(id) {
	var obj = document.frm;
	obj.action = '../Berhadnet_Homesite/news_content.asp';
	obj.news_id.value = id;
	obj.submit();	
}



function showcontact() {
	newwindow = window.open('../CMS/location_map.asp', '','width=800, height=500, resizable=yes, scrollbars=yes');
}


function Display(table1,table2) {
	if (table2.style.display=="none"){      
    	table1.style.display="none";
     	table2.style.display=""; 
 	}
}



function show_hide(id) {
        	var div = document.getElementById('item'+id);
	div.style.display = div.style.display=='none'?'':'none';
}



function show_career(id) {	
	popwin = window.open('../Berhadnet_Homesite/career_details.asp?detail_id='+id, '', 'width=600, height=500, resizable=yes, scrollbars=yes');
}



function show_news1(id) {
	var obj = document.frm;
	obj.action = '../Berhadnet_Homesite/news_content.asp';
	alert (obj.news_id.value);
	obj.news_id.value = id;
	obj.submit();	
}

function show_news2(id) {
	var obj = document.selectfrm;
	obj.action = '../Berhadnet_Homesite/news_content.asp';
	obj.news_id.value = id;
	obj.submit();	
}