// JavaScript Document

function cambiar()
{
document.getElementById('videos').innerHTML='<embed src="movs/Body Language.swf" width="170" height="140" autostart="true" loop="false"></embed>';
document.getElementById('text-videos').innerHTML='<p><b>1. Body Language</b><br /> First impressions count, learn how you can use body language to make sure you give a positive impression.</p>';
}

function cambiar2()
{
document.getElementById('videos').innerHTML='<embed src="movs/creativemeetings.swf" width="170" height="140" autostart="true" loop="false"></embed>';
document.getElementById('text-videos').innerHTML='<p><b>2. Chairing a Creative Meeting</b><br />This Skill-Pill contains a wealth of ideas to help you move people out of their comfort zone, and get the best ideas from a creative meeting.</p>';
}

function cambiar3()
{
document.getElementById('videos').innerHTML='<embed src="movs/glow.swf" width="170" height="140" autostart="true" loop="false"></embed>';
document.getElementById('text-videos').innerHTML='<p><b>3. GLOW: Releasing hidden energy</b><br />Learn how you can make you and your organisation radiate energy, innovation and success. Launched to support the new book from London Business School Professor Lynda Gratton.</p>';
}
function cambiar4()
{
document.getElementById('videos').innerHTML='<embed src="movs/motivating your salesforce.swf" width="170" height="140" autostart="true" loop="false"></embed>';
document.getElementById('text-videos').innerHTML='<p><b>4. Motivating your salesforce</b><br />This Skill-Pill debunks some of the myths surrounding salesforce motivation, and supplies a few ideas for keeping your salespeople enthusiastic, confident and equipped to sell.</p>';
}

function cambiar5()
{
document.getElementById('videos').innerHTML='<embed src="movs/closing.swf" width="170" height="140" autostart="true" loop="false"></embed>';
document.getElementById('text-videos').innerHTML='<p><b>5. Closing sales</b><br />Closing consists of 3 things: When to ask, what to say and how to say it. View this pill for how to handle all 3, and close the sale.</p>';
}