<!-- Begin

var m_menu = "false";
var m_width = 800;
var m_dir = "http://thebroadroom.net/";
var m_is_blog = "false";

function getLogo() {

    var logo = '<!-- Created with CoffeeCup Firestarter http://www.coffeecup.com -->'
    + '<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + '  codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"'
    + '  ID=lp_logo WIDTH=243 HEIGHT=150>'
    + '<PARAM NAME=movie VALUE="http://thebroadroom.net/flash/lp_logo.swf">'
    + '<PARAM NAME=quality VALUE=high>'
    + '<PARAM NAME=loop VALUE=false>'
    + '<PARAM NAME=wmode VALUE=transparent>'
    + '<EMBED src="http://thebroadroom.net/flash/lp_logo.swf" loop=false quality=high'
    + '  WIDTH=243 HEIGHT=150 TYPE="application/x-shockwave-flash"'
    + '  PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
    + '</EMBED>'
    + '</OBJECT>';


    logo += '<table class="pale"><tr>'
    + '<td align="center" class="section">'
    + '<a href="http://thebroadroom.net/ubbthreads/ubbthreads.php" title="Forums">Forums</a>'
    + '<br /><a href="http://thebroadroom.net/ubbthreads/ubbthreads.php" title="Forums">'
    + '<img src="http://thebroadroom.net/images/beauty/lp/forums1.jpg" border=0 alt="Forums"></a>'
    + '</td>';

    logo += '<td align="center" class="section">'
    + '<a href="http://www.onlinebeautyreviews.com" title="Product Reviews">Product Reviews</a>'
    + '<br /><a href="http://www.onlinebeautyreviews.com" title="Product Reviews"><img src="http://thebroadroom.net/images/beauty/lp/reviews1.jpg" border=0 alt="Product Reviews"></a>'
    + '</td>';

    logo += '<td align="center" class="section">'
    + '<a href="http://thebroadroom.net/lipstickpage/blogs/" title="Beauty & Fashion Blog">Blog</a>'
    + '<br /><a href="http://thebroadroom.net/lipstickpage/blogs/" title="Beauty & Fashion Blog"><img src="http://thebroadroom.net/images/beauty/lp/blog_beauty.jpg" border=0 alt="Beauty & Fashion Blog"></a>'
    + '</td>'

    logo += '<td align="center" class="section">'
    + '<a href="http://thebroadroom.net/photopost/" title="Photos">Photos</a>'
    + '<br /><a href="http://thebroadroom.net/photopost/" title="Photos"><img src="http://thebroadroom.net/images/beauty/lp/photos1.jpg" border=0 alt="Photos"></a>'
    + '</td>'
    + '</tr></table>';

    return logo;

}

function getTitle(page) {

    var title = '<div align="center"><table width=800 class="pale"><tr><td align="center"><span class="siteheader1">';

    if(page == "generic_header") {
        title += 'Forums';
    }
    else if(page == "cosmetics_counter") {
        title += '<a href="http://thebroadroom.net/ubbthreads/ubbthreads.php" title="Forums">Forums</a> &gt; Cosmetics Counter';
    }
    else if(page == "perfumery") {
        title += '<a href="http://thebroadroom.net/ubbthreads/ubbthreads.php" title="Forums">Forums</a> &gt; The Perfumery';
    }
    else if(page == "health") {
        title += '<a href="http://thebroadroom.net/ubbthreads/ubbthreads.php" title="Forums">Forums</a> &gt; The Health Club';
    }
    else if(page == "salon") {
        title += '<a href="http://thebroadroom.net/ubbthreads/ubbthreads.php" title="Forums">Forums</a> &gt; The Salon';
    }
    else if(page == "tech_support") {
        title += '<a href="http://thebroadroom.net/ubbthreads/ubbthreads.php" title="Forums">Forums</a> &gt; Tech Support';
    }
    else if(page == "reviewpost") {
        title += 'Product Reviews';
    }
    else if(page == "photopost") {
        title += 'Photos';
    }

    title += '</span></td></tr></table></div>';

    return title;

}

function getLogoTable(text) {

    var mytable = "";
    var img_w = 243;

    //var img_tag = '<img border=0 alt="Home" src="' + m_dir + 'branding_lp/lp_logo3.gif"'
    //+ ' width=' + img_w + ' height=150 alt="Home">';

    //var img_tag = '<img border=0 alt="Home" src="../branding/lp_lipsticks.gif"'
    //+ ' width=' + img_w + ' height=150 alt="Home">';

var flash_tag = '<!-- Created with CoffeeCup Firestarter http://www.coffeecup.com -->'
+ '<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
+ '  codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"'
+ '  ID=lp_logo WIDTH=243 HEIGHT=150>'
+ '<PARAM NAME=movie VALUE="http://thebroadroom.net/flash/lp_logo.swf">'
+ '<PARAM NAME=quality VALUE=high>'
+ '<PARAM NAME=loop VALUE=false>'
+ '<PARAM NAME=wmode VALUE=transparent>'
+ '<EMBED src="http://thebroadroom.net/flash/lp_logo.swf" loop=false quality=high'
+ '  WIDTH=243 HEIGHT=150 TYPE="application/x-shockwave-flash"'
+ '  PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
+ '</EMBED>'
+ '</OBJECT>';

//    var x_text = 462;
//    var y_text = 240;
//    var x_logo = 290;
//    var y_logo = 120;
//    var table_h = 150;
//    if(m_is_blog == "true") {
//        x_text += 30;
//        x_logo += 20;
//        y_text -= 80;
//        y_logo -= 80;
//        table_h += 40;
//    mytable += '<div style="top:' + y_logo + 'px;left:' + x_logo + 'px;position:absolute;">'
//    + flash_tag
//    + '</div>'
//    + '<div style="top:' + y_text + 'px;left:' + x_text + 'px;position:absolute;">'
//    + '<span class="siteheader">' + text + '</span>'
//    + '</div>';


    var table_h = 150;

//    if(m_is_blog == "true") {
//        table_h += 40;
//    }

        mytable = '<br /><table><tr height='
        + table_h + '><td>'
        + flash_tag + '</td><td class="siteheader1" valign="bottom">' + text + '</td></tr></table>';

    return mytable;

}

function getText(page) {

    var text = "";

    if(page == "generic_header") {
        text = '<a href="' + m_dir + 'ubbthreads/ubbthreads.php" title="Main Index">The Lipstick Page Forums</a>';
    }
    else if(page == "cosmetics_counter") {
        text = '<a href="' + m_dir + 'ubbthreads/postlist.php?Cat=&Board=Lipstick" title="The Cosmetics Counter">The Cosmetics Counter</a>';
    }
    else if(page == "perfumery") {
        text = '<a href="' + m_dir + 'ubbthreads/postlist.php?Cat=&Board=perfumery" title="The Perfumery">The Perfumery</a>';
    }
    else if(page == "health") {
        text = '<a href="' + m_dir + 'ubbthreads/postlist.php?Cat=&Board=gym" title="The Health Club">The Health Club</a>';
    }
    else if(page == "salon") {
        text = '<a href="' + m_dir + 'ubbthreads/postlist.php?Cat=&Board=salon" title="The Salon">The Salon</a>';
    }
    else if(page == "tech_support") {
        text = '<a href="' + m_dir + 'ubbthreads/postlist.php?Cat=&Board=LipTechSupport" title="Tech Support">Tech Support</a>';
    }
    else if(page == "about") {
        text = "About The Lipstick Page Forums";
        m_menu = "true";
    }
    else if(page == "jargon") {
        text = "Jargon";
        m_menu = "true";
    }
    else if(page == "links") {
        text = 'Links';
        m_menu = "true";
    }
    else if(page == "reviewpost") {
        text = '<a href="http://www.onlinebeautyreviews.com">Online Beauty Reviews</a>';
        m_menu = "true";
    }
    else if(page == "photopost") {
        text = '<a href="' + m_dir + 'photopost">Image Library</a>';
        m_menu = "true";
    }
    else if(page == "beauty_blog") {
        text = '<a href="' + m_dir + 'lipstickpage/blogs/">Beauty Blog</a>';
        m_menu = "true";
    }
    else if(page == "fashion_blog") {
        text = '<a href="' + m_dir + 'lipstickpage/fashion/blogs/">Fashion Blog</a>';
        m_menu = "true";
    }
    else if(page == "new_releases_blog") {
        text = '<a href="' + m_dir + 'lipstickpage/new_releases/blogs/">New Releases Blog</a>';
        m_menu = "true";
    }
    else if(page == "articles") {
        text = 'PDF Beauty Articles';
        m_menu = "true";
    }
    else if(page == "contact") {
        text = 'Contact Us';
        m_menu = "true";
    }

    return text;

}

function getMenuText() {

    var mytext = '<table width="100%"><tr><td align="center">'

    + '<a href="http://thebroadroom.net/ubbthreads/ubbthreads.php" title="The Lipstick Page Forums">'
    + '<img hspace=2 src="' + m_dir + 'ubbthreads/images/favicon.jpg" width=16 height=16 border=0 alt="Home">'
    + 'The Lipstick Page Forums</a>'

    + '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
    + '<a href="http://www.onlinebeautyreviews.com" title="Product Reviews">'
    + '<img hspace=2 src="' + m_dir + 'lipstickpage/images/small/pencil.gif" width=16 height=16 border=0 alt="Product Reviews">'
    + 'Online Beauty Reviews</a>'

    + '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
    + '<a href="' + m_dir + 'photopost/" title="Image Library">'
    + '<img hspace=2 src="' + m_dir + 'ubbthreads/images/camera.gif" width=23 height=17 border=0 alt="Image Library">'
    + 'Image Library</a>'

    + '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
    + '<a href="' + m_dir + 'lipstickpage/blogs/" title="The Lipstick Page Forums Beauty Blog">'
    + '<img hspace=2 src="' + m_dir + 'ubbthreads/images/lips1.gif" width=30 height=17 border=0 alt="The Lipstick Page Forums Beauty Blog">'
    + 'Beauty Blog</a>'

    + '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
    + '<a href="' + m_dir + 'lipstickpage/fashion/blogs/" title="The Lipstick Page Forums Fashion Blog">'
    + '<img hspace=2 src="' + m_dir + 'ubbthreads/images/fashion1.gif" width=21 height=20 border=0 alt="The Lipstick Page Forums Fashion Blog">'
    + 'Fashion Blog</a>'

    + '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
    + '<a href="' + m_dir + 'lipstickpage/new_releases/blogs/" title="The Lipstick Page Forums New Releases Blog">'
    + '<img hspace=2 src="' + m_dir + 'ubbthreads/images/new1.gif" width=13 height=16 border=0 alt="The Lipstick Page Forums New Releases Blog">'
    + 'New Releases Blog</a>'

    + '</td></tr><tr><td align="right">'

    + '<a href="' + m_dir + 'lipstickpage/jargon.html">Jargon</a>'

    + '&nbsp;&nbsp;'
    + '<a href="' + m_dir + 'lipstickpage/links.html">Links</a>'

    + '&nbsp;&nbsp;'
    + '<a href="' + m_dir + 'lipstickpage/articles">Articles</a>'

    + '&nbsp;&nbsp;'
    + '<a href="' + m_dir + 'ubbthreads/faq.php?Cat=">FAQ/TOS</a>'

    + '</td>'
    + '</tr>'
    + '</table>';

    return mytext;

}

function getMenuTable() {

    var mytable = '<table width=' + m_width + ' align="center" cellpadding="1" cellspacing="1"><tr><td>'
    + '<table cellpadding="3" cellspacing="1" width="100%">'
    + '<tr><td align="center" class="menubar">'
    + getMenuText()
    + '</td></tr></table>'
    + '</td></tr></table>';

    return mytable;

}

function getReviewpostMenuTable() {

    var mytable = '<br /><table width=' + m_width + ' align="center" cellpadding="0" cellspacing="0"><tr><td>'
    + '<table cellpadding="5" cellspacing="0" width="100%">'
    + '<tr><td align="center" class="menubar">'
    + getMenuText()
    + '</td></tr></table>'
    + '</td></tr></table>';

    return mytable;

}

function getLPHeader(page, level) {

var header = "";


if(page == "beauty_blog" || page == "fashion_blog" || page == "new_releases_blog") {
    m_is_blog = "true";
}
if(page == "about" || page == "generic_header" || page == "cosmetics_counter" || page == "perfumery"
|| page == "health" || page == "salon" || page == "tech_support" || page == "reviewpost"
|| page == "photopost" || page == "beauty_blog"
) {

    header = getLogo();

}
else {
    var text = getText(page);
    header = '<center>' + getLogoTable(text);

//if(m_is_blog == "false") {
    if(m_menu == "true") {
        if(page == "reviewpost") {
            header += getReviewpostMenuTable();
        }
        else {
            header += getMenuTable();
        }
    }
//}

header += '</center>';
}

return header;

}

function getLPFooter(section) {


var footer = '<table width=' + m_width + ' align="center" cellpadding="1" cellspacing="1">'
+ '<tr><td align="center">'
+ '<a href="http://www.thebroadroom.net/sites.html" target="_blank">'
+ '<img border=0 src="' + m_dir + 'branding/125x90visit.jpg" width=125 height=90></a>'
+ '<br /><br /><table cellpadding="3" cellspacing="1" width="100%">'
+ '<tr><td class="menubar">'
+ '<table border="0" width="100%" cellpadding="2" cellspacing="0">'
+ '<tr><td align="left" class="menubar">'
+ '<a href="' + m_dir + 'lipstickpage/about.html">About The Lipstick Page Forums</a>'
+ ' &nbsp;&nbsp; <a href="' + m_dir + 'ubbthreads/viewprivacy.php">Privacy Statement</a>'
+ ' &nbsp;&nbsp; <a href="' + m_dir + 'lipstickpage/contact.html">Contact</a>'
+ '</td><td align="right" class="menubar">'
+ '<a href="http://www.thelipstickpageforums.com">'
+ '<img src="' + m_dir + 'lipstickpage/images/small/lipstick.gif" width=15 height=17 border=0>'
+ ' The Lipstick Page Forums Home '
+ '<img src="' + m_dir + 'lipstickpage/images/small/compact.gif" width=22 height=17 border=0></a>'
+ '</td></tr></table>'
+ '</td></tr></table>'
+ '</td></tr></table>'
+ '<p align="right"><font face="arial" size=1>'
+ 'Copyright &#169; 2004-2007 <a href="http://thebroadroom.net" target="_top">thebroadroom.net</a>. All rights reserved.'
+ '</font></p>';

return footer;

}


// End -->
