function openContactUs()
{
  //ContactUs=window.open("http://www.winferno.com/contactus.aspx","ContactUs","'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=223,height=182'");
  window.location = "http://www.winferno.com/contactform.aspx";
}

function openRefund()
{
  Refund=window.open("http://www.winferno.com/refund.aspx","Refund","'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=223,height=238'");
}

function screenShot(image, name, width, height)
{
  var attributes = "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=" + width + ",height=" + height;
  ScreenShot=window.open(image, name, attributes);
}
