
function slide(ol)
{
if(ol=='advertise')
{
document.getElementById("l1").style.backgroundImage = "url(images/Orange.gif)";
document.getElementById("l3").style.backgroundImage = "url(images/Blue.gif)";
document.getElementById("l7").style.backgroundImage = "url(images/Blue.gif)";
document.getElementById('myImage').movie = 'http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=advertisewithoutcash-110526062401-phpapp02&stripped_title=advertise-without-spending-cash-8109459&userName=ormitausa';
document.getElementById('flash').innerHTML = "<embed src='http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=advertisewithoutcash-110526062401-phpapp02&stripped_title=advertise-without-spending-cash-8109459&userName=ormitausa' name='newfile' height=390 width=482 ></embed>";



}

else if(ol=='collect')
{
document.getElementById("l1").style.backgroundImage = "url(images/Blue.gif)";
document.getElementById("l7").style.backgroundImage = "url(images/Blue.gif)";
document.getElementById("l3").style.backgroundImage = "url(images/Orange.gif)";
document.getElementById('myImage').movie = 'http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=collectbaddebt-110526062903-phpapp02&stripped_title=collect-bad-debt&userName=ormitausa';
document.getElementById('flash').innerHTML = "<embed src='http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=collectbaddebt-110526062903-phpapp02&stripped_title=collect-bad-debt&userName=ormitausa' name='newfile2' height=390 width=482 ></embed>";

}

else
if(ol=='invest')
{
document.getElementById("l1").style.backgroundImage = "url(images/Blue.gif)";
document.getElementById("l7").style.backgroundImage = "url(images/Orange.gif)";
document.getElementById("l3").style.backgroundImage = "url(images/Blue.gif)";
document.getElementById('myImage').movie = 'http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=investwithoutcash-110526062830-phpapp01&stripped_title=invest-without-spending-cash&userName=ormitausa';
document.getElementById('flash').innerHTML = "<embed src='http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=investwithoutcash-110526062830-phpapp01&stripped_title=invest-without-spending-cash&userName=ormitausa' name='newfile6' height=390 width=482 ></embed>";


}
}

