function setStyle(objId, style, value){
	if( document.getElementById(objId) )
	{
		document.getElementById(objId).style[style]= value; 
	}
}

window.onload=function(){
	if(!NiftyCheck())
		return;
	
	if( document.getElementById('contentright') )
	{
		Rounded("div#contentright","#FFFFFF","#086421");
	}
	/*if( document.getElementById('audio_container') )
	{
		Rounded("div#audio_container","transparent","#FBDB6E");
	}*/

	setStyle('audio','marginTop','0');
	setStyle('audio','marginBottom','0');
	setStyle('gallery','marginTop','0');
	setStyle('gallery','marginBottom','0');
}
