﻿// JScript File
var standard_features_of_window = "toolbars=0,scrollbars=1,location=0,menubar=0,status=1,resizable=1,width=625px,height=450px";

function ViewPhoto(sImgSrc)
{
  window.open("ViewPhoto.aspx?img=" + sImgSrc ,"",standard_features_of_window);
}

function ViewAluminumColors()
{
  var features_of_window = "toolbars=0,scrollbars=1,location=0,menubar=0,status=1,resizable=1,width=850px,height=550px";
  window.open("torches_aluminum_colors.aspx","",features_of_window);
}
