﻿

        function ShowWebSite(val)
        {
            //document.all.myFrame.src = val;
            //document.all.myFrame.style.visibility = "visible";

            document.getElementById("myFrame").src = val;
            document.getElementById("myFrame").visibility = "visible";
        }
        
        function btnLogin_onclick() {
            if(document.getElementById("txtName").value == "admin" &&
            document.getElementById("txtPass").value == "admin")
            {
            window.location = "wholesaleOrder.htm";
            }
            
            //ShowWebSite('wholesaleOrder.htm');
        }
        
        function btnHome_onclick() {
        ShowWebSite("home.htm");
        ClearCss();
        changecss('.linkHome','color','#F26170');
        document.getElementById("btnHome").style.color = "#F26170";
        document.getElementById("btnHome").value = "{ HOME }";
        document.getElementById("myFrame").style.marginTop = "0";
        document.getElementById("myFrame").style.height = "450px";
        btnHome_onclick.call = true;
        btnStory_onclick.call = false;
        btnPress_onclick.call = false;
        btnContact_onclick.call = false;
        btnBoutique_onclick.call = false;
        
        
        }
        function btnHome_onmouseover() {
        document.getElementById("btnHome").value = "{ HOME }                  ";
        document.getElementById("btnHome").style.color = "#F26170";
        }
        function btnHome_onmouseout() {
        document.getElementById("btnHome").value = "HOME                    ";
            
            if(btnHome_onclick.call == true)
            {
                document.getElementById("btnHome").value = "{ HOME }                  ";
                document.getElementById("btnHome").style.color = "#F26170";
                
            }
            else
            {
                document.getElementById("btnHome").style.color = "#C0C0C0";
            }
            
        }


        function btnBoutique_onclick() {
        ShowWebSite("http://www.frock.bigcartel.com");
        
        document.getElementById("myFrame").style.marginTop = "-240px";
        document.getElementById("myFrame").style.height = "730px";
        ClearCss();
        changecss('.linkBoutique', 'color', '#F26170');
        document.getElementById("btnBoutique").style.color = "#F26170";
        document.getElementById("btnBoutique").value = "{ BOUTIQUE }";
        document.getElementById("myFrame").style.height = "1300px";
        btnBoutique_onclick.call = true;
        btnHome_onclick.call = false;
        btnStory_onclick.call = false;
        btnPress_onclick.call = false;
        btnContact_onclick.call = false;

        }
        function btnBoutique_onmouseover() {
        document.getElementById("btnBoutique").value = "{ BOUTIQUE }                       ";
        document.getElementById("btnBoutique").style.color = "#F26170"
        }
        function btnBoutique_onmouseout() {
            document.getElementById("btnBoutique").value = "BOUTIQUE                    ";

            if (btnBoutique_onclick.call == true) {
                document.getElementById("btnBoutique").value = "{ BOUTIQUE }                  ";
                document.getElementById("btnBoutique").style.color = "#F26170";

            }
            else {
                document.getElementById("btnBoutique").style.color = "#C0C0C0";
            }
        }
        
        
        function btnBlog_onclick() {
            ShowWebSite("http://www.modernmake.blogspot.com/");
            document.getElementById("myFrame").style.marginTop = "0";
        document.getElementById("myFrame").style.height = "450px";

        }
        function btnBlog_onmouseover() {
        document.getElementById("btnBlog").value = "{ BLOG }                       ";
        document.getElementById("btnBlog").style.color = "#F26170"
        }
        function btnBlog_onmouseout() {
        document.getElementById("btnBlog").value = "BLOG                           ";
        document.getElementById("btnBlog").style.color = "#C0C0C0"
        }
        
        
        function btnPress_onclick() {
        ShowWebSite("press.htm");
        ClearCss();
        changecss('.linkPress','color','#F26170');
        document.getElementById("btnPress").style.color = "#F26170";
        document.getElementById("btnPress").value = "{ PRESS }";
        document.getElementById("myFrame").style.marginTop = "0";
        document.getElementById("myFrame").style.height = "450px";
        btnHome_onclick.call = false;
        btnStory_onclick.call = false;
        btnPress_onclick.call = true;
        btnContact_onclick.call = false;
        btnBoutique_onclick.call = false;
        
        }
        function btnPress_onmouseover() {
        document.getElementById("btnPress").value = "{ PRESS }                  ";
        document.getElementById("btnPress").style.color = "#F26170";
        }
        function btnPress_onmouseout() {
        document.getElementById("btnPress").value = "PRESS                    ";
            
            if(btnPress_onclick.call == true)
            {
                document.getElementById("btnPress").value = "{ PRESS }                  ";
                document.getElementById("btnPress").style.color = "#F26170";
            }
            else
            {
                document.getElementById("btnPress").style.color = "#C0C0C0";
            }
            
        }
        
        function btnStory_onclick() {
        ShowWebSite("story.htm");
        ClearCss();
        changecss('.linkStory','color','#F26170');
        document.getElementById("btnStory").style.color = "#F26170";
        document.getElementById("btnStory").value = "{ STORY }";
        document.getElementById("myFrame").style.marginTop = "0";
        document.getElementById("myFrame").style.height = "450px";
        btnHome_onclick.call = false;
        btnStory_onclick.call = true;
        btnPress_onclick.call = false;
        btnContact_onclick.call = false;
        btnBoutique_onclick.call = false;
        
        }
        function btnStory_onmouseover() {
        document.getElementById("btnStory").value = "{ STORY }                  ";
        document.getElementById("btnStory").style.color = "#F26170";
        }
        function btnStory_onmouseout() {
        document.getElementById("btnStory").value = "STORY                    ";
            
            if(btnStory_onclick.call == true)
            {
                document.getElementById("btnStory").value = "{ STORY }                  ";
                document.getElementById("btnStory").style.color = "#F26170";
            }
            else
            {
                document.getElementById("btnStory").style.color = "#C0C0C0";
            }
            
        }
        
        
        
        
        function btnContact_onclick() {
        ShowWebSite("contact.htm");
        ClearCss();
        changecss('.linkContact','color','#F26170');
        document.getElementById("btnContact").style.color = "#F26170";
        document.getElementById("btnContact").value = "{ CONTACT }";
        document.getElementById("myFrame").style.marginTop = "0";
        document.getElementById("myFrame").style.height = "450px";
        btnHome_onclick.call = false;
        btnStory_onclick.call = false;
        btnPress_onclick.call = false;
        btnContact_onclick.call = true;
        btnBoutique_onclick.call = false;
        
        }
        function btnContact_onmouseover() {
        document.getElementById("btnContact").value = "{ CONTACT }                  ";
        document.getElementById("btnContact").style.color = "#F26170";
        }
        function btnContact_onmouseout() {
        document.getElementById("btnContact").value = "CONTACT                    ";
            
            if(btnContact_onclick.call == true)
            {
                document.getElementById("btnContact").value = "{ CONTACT }                  ";
                document.getElementById("btnContact").style.color = "#F26170";
            }
            else
            {
                document.getElementById("btnContact").style.color = "#C0C0C0";
            }
            
        }
        
        
        function btnEmail_onclick() {
        ShowWebSite("email.htm");
        ClearCss();
        //changecss('.linkHome','color','#F26170');
        //document.getElementById("btnHome").style.color = "#F26170";
        //document.getElementById("btnHome").value = "{ HOME }";
        document.getElementById("myFrame").style.marginTop = "0";
        document.getElementById("myFrame").style.height = "450px";
        btnHome_onclick.call = false;
        btnStory_onclick.call = false;
        btnPress_onclick.call = false;
        btnContact_onclick.call = false;
        btnBoutique_onclick.call = false;
        
        
        }
        
        
        
        function ClearCss()
        {
            document.getElementById("btnHome").value = "HOME";
            document.getElementById("btnBoutique").value = "BOUTIQUE";
            document.getElementById("btnPress").value = "PRESS";
            document.getElementById("btnStory").value = "STORY";
            document.getElementById("btnContact").value = "CONTACT";
            changecss('.linkHome', 'color', '#C0C0C0');
            changecss('.linkBoutique', 'color', '#C0C0C0');
            changecss('.linkPress','color','#C0C0C0');
            changecss('.linkStory','color','#C0C0C0');
            changecss('.linkContact','color','#C0C0C0');
            document.getElementById("btnHome").style.color = "#C0C0C0";
            document.getElementById("btnBoutique").style.color = "#C0C0C0";
            document.getElementById("btnPress").style.color = "#C0C0C0";
            document.getElementById("btnStory").style.color = "#C0C0C0";
            document.getElementById("btnContact").style.color = "#C0C0C0";
        }
        
        function btnFAQ_onclick() {
        ShowWebSite('FAQ.htm');
        ClearCss();
        document.getElementById("myFrame").style.height="1100px";
        }
        
        function btnLinks_onclick() {
        ShowWebSite('Links.htm');
        ClearCss();
        document.getElementById("myFrame").style.height="780px";
        }
        
        function btnPrivacy_onclick() {
        ShowWebSite('Privacy.htm');
        ClearCss();
        document.getElementById("myFrame").style.height="600px";
        
        }
        
        function btnTerms_onclick() {
        ShowWebSite('Terms.htm');
        ClearCss();
        document.getElementById("myFrame").style.height="950px";
        }

//-->