//These are the js functions for the Thomson Safety Shoes Website

//Creates popup windows for the shoe pages

function newWindowdisplacement()
{
var dims="top=15,left=120,width=600,height=400,scrollbars=yes,menubar=yes,resizable=no"
mywin=window.open("displacement.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowweldglove()
{
var dims="top=15,left=120,width=600,height=400,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../thomson/products/weldglove.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowweldsleeve()
{
var dims="top=15,left=120,width=600,height=400,scrollbars=yes,menubar=yes,resizable=no"
mywin=window.open("../thomson/products/weldsleeve.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowleatherapron()
{
var dims="top=15,left=120,width=600,height=400,scrollbars=yes,menubar=yes,resizable=no"
mywin=window.open("../thomson/products/leatherapron.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindownormweld()
{
var dims="top=15,left=120,width=600,height=400,scrollbars=yes,menubar=yes,resizable=no"
mywin=window.open("../thomson/products/normweld.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowlegguard()
{
var dims="top=15,left=120,width=600,height=400,scrollbars=yes,menubar=yes,resizable=no"
mywin=window.open("../thomson/products/legguard.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowcanadahandglove()
{
var dims="top=15,left=120,width=600,height=400,scrollbars=yes,menubar=yes,resizable=no"
mywin=window.open("../thomson/products/canadahandglove.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    
