﻿// JScript File



function ShowTabBackGround(val)
{
    
        
        for(var cnt=1; cnt>=7; cnt++)
        {
             document.getElementById('tab_'+i).style.backgroundImage = 'url(../../images/orange_bg.png)';             
        }
        
        if(document.getElementById(val))
        {
             document.getElementById(val).style.backgroundImage = 'url(../../images/blue_bg.png)';             
        }
                       
                return true;

}


function ShowWindowOpen()
{      
     window.open('http://www.hotdealshop.com/html/emailSubc.aspx','','left=0,top=0,width=650,height=650,toolbar=0,scrollbars=1,resizable,status=0');
      
    
    
    
    
}