    function gotourl(){
        sub=document.subscription.email.value;
        window.open('http://www.myomegasales.co.uk/subscription/subscription.asp?c_email=test@pixelguru.co.uk', 'Subscription', 'status=1, scrollbars=1, height=676, width=560, resizable=0');
    }
    
    //http://www.myomegasales.co.uk/subscription/subscription.asp?c_email='+sub+'

    if(top != self){
        top.location.replace(self.location);
    }

    function xloadpage(){
        window.open("http://www.myomegasales.co.uk/quotation/quotation_req.asp", "Quotation", "status=1, height=796, width=548, resizable=0");
    }

    function yloadpage(){
        window.open("http://www.myomegasales.co.uk/quiz/submitentry.asp", "Prize_Draw", "status=1, scrollbars=1, height=676, width=551, resizable=0");
    }

    function divChangeStyle(){
        if (document.getElementById('btnExpand').className == 'showdiv'){
            document.getElementById('productrangecontainer').className = 'showdiv';
            document.getElementById('btnExpand').className = 'hidediv';
            document.getElementById('btnCollapse').className = 'showdiv';
        } else if(document.getElementById('btnCollapse').className == 'showdiv') {
            document.getElementById('productrangecontainer').className = 'hidediv';
            document.getElementById('btnExpand').className = 'showdiv';
            document.getElementById('btnCollapse').className = 'hidediv';
        }
    }
    
   function divChangeStyle2(){
        if (document.getElementById('btnExpand2').className == 'showdiv2'){
            document.getElementById('productrangecontainer2').className = 'showdiv2';
            document.getElementById('btnExpand2').className = 'hidediv2';
            document.getElementById('btnCollapse2').className = 'showdiv2';
        } else if(document.getElementById('btnCollapse2').className == 'showdiv2') {
            document.getElementById('productrangecontainer2').className = 'hidediv2';
            document.getElementById('btnExpand2').className = 'showdiv2';
            document.getElementById('btnCollapse2').className = 'hidediv2';
        }
    }
