// Bekker Studios for Winecabinets.com

function helpWindow(keyword)
{
  helpWin = pop_up("http://www.winecabinets.com/"+keyword, "helpWindow", "410", "460", "yes");
} 

function pop_up(url, name, width, height, scrollbars)
{
  return open( url, name, "width=" + width + ",height=" + height +  ",status=no,scrollbars=" + scrollbars +  ",toolbar=no,menubar=no,dependent=yes,alwaysRaised=yes,titlebar=yes,z-lock=yes").focus();
}


var submitcount=0;
function checkFields() 
{                       
  if (submitcount == 0)
  {
    submitcount++;
    return true;		
  }
  else 
  {		
    alert("Thank you, but this form has already been submitted.");
    return false;
  }   
}

function pop_window()
{details = window.open("","details","width=475,height=450,scrollbars=0,resizable=1,status=0,toolbar=0");
details.focus();
}
