function videoswap(x){
	if(x=="sushi"){
document.getElementById('videoobject').innerHTML="<object type='application/x-shockwave-flash'width='320'height='240'wmode='transparent'data='flvplayer.swf?file=videos/editedcommercial.flv&autoStart=false'><param name='movie' value='flvplayer.swf?file=videos/editedcommercial.flv&autoStart=false' /><param name='wmode' value='transparent' /></object>";
document.getElementById('contentswap').innerHTML="A member of DUProductions' staff <i>Victor Moji</i> recorded and edited the following video for a 30 second commercial airtime spot on a local televison station. The <a href='http://sakesushicenla.com' target='_blank'>sakesushicenla.com</a> site was later developed by another staff member <i>Jason Coutee</i> as an employee of <a href='http://www.knightmasden.com' target='_blank'>KnightMasden.com</a>. If you would like video or website work please contact us using the free quote link in the naviation bar.";

	}else{
document.getElementById('videoobject').innerHTML="<object type='application/x-shockwave-flash' width='320' height='240'wmode='transparent'data='flvplayer.swf?file=videos/Almost%20Lucky01.flv&autoStart=false'><param name='movie'value='flvplayer.swf?file=videos/Almost%20Lucky01.flv&autoStart=false' /><param name='wmode' value='transparent' /></object>";
document.getElementById('contentswap').innerHTML="DUProductions' edited and produced the Almost Lucky video for a local skateboarding group. The footage was shot by various members of the group and provided on VHS tape. Digital correction, transitions, and effects were then added by a member of our production staff. We can convert any video source into the following formats or encode and include it within any website we build for our clients.<br><br><table width='90%' align='center'><tr><td style='padding-left:90px;'><ul><li>DVD</li><li>VHS</li><li>DIVX</li><li>AVI</li></ul></td><td><ul><li>WMV</li><li>FLV</li><li>MPEG1-4</li><li>XVID</li></ul></td></tr></table>";

		}

}

function swapcolor( form ){
var elem = document.getElementById('contact').elements;
var y = elem.length - 1;	
		for(var i = 0; i < y; i++){
			var elname = elem[i].name
			if(elem[i].value==""){
				for(var x = 0; x < y; x++){
					if(elem[x].value!=""){
							var xname = elem[x].name
							elem[x].removeAttribute("style");
							document.getElementById(xname).removeAttribute("style");
					}
				}
				elem[i].style.backgroundColor='FFFF99';
					if(set != true){
						elem[i].focus();
						var set = true;
					}
				document.getElementById(elname).style.fontWeight='bold';
				document.getElementById(elname).style.color='red';
				var tripped = true;
			
			}
			
		} 
			if(tripped == true){
			return false;
			}

}