function siding() {
	var endBar = document.getElementById("endbar").offsetTop;
	var divHeight = document.getElementById("endofcontent").offsetTop;
	if (endBar > divHeight){
		divHeight = endBar;
	}
	document.getElementById("leftbar").style.height = divHeight +'px';
	document.getElementById("rightbar").style.height = divHeight +'px';
	
}

function insertMov(mSRC, mWidth, mHeight){
	var a = '<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="'+mHeight+'px" width="'+mWidth+'px">\n <param name="src" value="'+mSRC+'" />\n <param name="autoplay" value="true" />\n <param name="type" value="video/quicktime" height="'+mHeight+'px" width="'+mWidth+'px" />\n <embed src="'+mSRC+'" height="'+mHeight+'px" width='+mWidth+'px" autoplay="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"></embed>\n </object>\n';

switch(mHeight)
{
case "16":
	var b = "<img src=\"../images/portfolio/broadcast/radio.jpg\" alt=\"radio ad\" /> \n";
	document.getElementById('moviespot').innerHTML = b+a;
	break;
default:
	document.getElementById('moviespot').innerHTML = a;
}	
}
