function About(){

        var myframe = {
        player:     'iframe',
        content:    'about.php',
		title: "Managing Communications: About Us",
	width: 800,
	height: 768
    };

    Shadowbox.open(myframe);

};
function Media(){

        var myframe = {
        player:     'iframe',
        content:    'publicrelations.php',
		title: "Managing Communications: Media and PR",
	width: 800,
	height: 768
    };

    Shadowbox.open(myframe);

};

function Internal(){

        var myframe = {
        player:     'iframe',
        content:    'internalcommunications.php',
		title: "Managing Communications: Internal Communications",
	width: 800,
	height: 768
    };

    Shadowbox.open(myframe);

};
function News(){

        var myframe = {
        player:     'iframe',
        content:    'news.php',
		title: "Managing Communications: News and Articles",
	width: 800,
	height: 768
    };

    Shadowbox.open(myframe);

};

function Marketing(){

        var myframe = {
        player:     'iframe',
        content:    'marketing.php',
		title: "Managing Communications: Marketing",
	width: 800,
	height: 768
    };

    Shadowbox.open(myframe);

};
function Speaking(){

        var myframe = {
        player:     'iframe',
        content:    'presentationstraining.php',
		title: "Managing Communications: Speaking and Training",
	width: 800,
	height: 768
    };

    Shadowbox.open(myframe);

};
function letstalk(){

        var myframe = {
        player:     'iframe',
        content:    'contact.php',
		title: "Managing Communications: Let's Talk",
	width: 800,
	height: 768
    };

    Shadowbox.open(myframe);

};
