


function loadYouTube(src,w,h,id){
	
	//document.getElementById(id).innerHTML = '<object width="'+w+'" height="'+h+'" type="application/x-shockwave-flash" data="'+src+'"><param name="movie" value="'+src+'" /><embed type="application/x-shockwave-flash" width="'+w+'" height="'+h+'" src="'+src+'" allowscriptaccess="always" allowfullscreen="true"  /></object>';
	document.getElementById(id).src = src;
	
}
function emailMe(){
	var n = 'info';
	var d = 'castroconvertibles.com';
	window.location = 'mailto:'+n+'@'+d;
	
	
}
