function embed_play(vid_url, img_url, w, h, div){
	var video = '<embed id="'+ vid_url +'" width="' + w + '" height="' + h + '" wmode="transparent" flashvars="wmode=transparent&amp;height=' + h + '&amp;width=' + w + '&amp;file=' + vid_url + '&amp;image=' + img_url + '&amp;autostart=true&amp;stretching=noborder" allowfullscreen="true" allowscriptaccess="always" quality="high" name="player1" id="player1" style="" src="\/assets\/flash\/player.swf" type="application\/x-shockwave-flash">';
	
	//var video = '<embed id="'+ vid_url +'" width="' + w + '" height="' + h + '" wmode="transparent" flashvars="wmode=transparent&amp;height=' + h + '&amp;width=' + w + '&amp;file=\/assets\/media\/videos\/testimonials\/' + vid_url + '.flv&amp;image=\/assets\/images\/' + img_url + '&amp;autostart=true&amp;stretching=noborder" allowfullscreen="true" allowscriptaccess="always" quality="high" name="player1" id="player1" style="" src="\/assets\/flash\/player.swf" type="application\/x-shockwave-flash">';
	document.getElementById(div).innerHTML = video; 
	
	
}
function embed_stop(vid_url, img_url, w, h, div){
	var video = '<embed id="'+ vid_url +'" width="' + w + '" height="' + h + '" wmode="transparent" flashvars="wmode=transparent&amp;height=' + h + '&amp;width=' + w + '&amp;file=' + vid_url + '&amp;image=' + img_url + '&amp;autostart=false&amp;stretching=noborder" allowfullscreen="true" allowscriptaccess="always" quality="high" name="player1" id="player1" style="" src="\/assets\/flash\/player.swf" type="application\/x-shockwave-flash">';
	
	//var video = '<embed id="'+ vid_url +'" width="' + w + '" height="' + h + '" wmode="transparent" flashvars="wmode=transparent&amp;height=' + h + '&amp;width=' + w + '&amp;file=\/assets\/media\/videos\/testimonials\/' + vid_url + '.flv&amp;image=\/assets\/images\/' + img_url + '&amp;autostart=true&amp;stretching=noborder" allowfullscreen="true" allowscriptaccess="always" quality="high" name="player1" id="player1" style="" src="\/assets\/flash\/player.swf" type="application\/x-shockwave-flash">';
	document.getElementById(div).innerHTML = video; 
	
	
}


