//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=425,scrollbars=yes,menubar=yes,resizable=yes"
mywin=window.open("displacement.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindow100()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../thomson/products/100.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindow200()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../thomson/products/200.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindow300()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../thomson/products/300.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindow400()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../thomson/products/400.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindow500()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../thomson/products/500.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindow600()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../thomson/products/600.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindow700()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../thomson/products/700.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindow800()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../thomson/products/800.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindow900()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../thomson/products/900.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindow1000()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../thomson/products/1000.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    
