//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 newWindowtrifold()
{
var dims="top=15,left=120,width=600,height=300,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../wallets/products/trifold.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowbellkey()
{
var dims="top=15,left=120,width=600,height=330,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../wallets/products/bellkey.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowbillclip()
{
var dims="top=15,left=120,width=600,height=330,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../wallets/products/billclip.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowbuscard()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../wallets/products/buscard.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowdbldetach()
{
var dims="top=15,left=120,width=600,height=300,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../wallets/products/dbldetach.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindoweyecase()
{
var dims="top=15,left=120,width=600,height=330,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../wallets/products/eyecase.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowflapfold()
{
var dims="top=15,left=120,width=600,height=330,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../wallets/products/flapfold.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowident()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../wallets/products/ident.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowlucky()
{
var dims="top=15,left=120,width=600,height=300,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../wallets/products/lucky.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowmultipurp()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../wallets/products/multipurp.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowpasshold()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../wallets/products/passhold.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowslimline()
{
var dims="top=15,left=120,width=600,height=300,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../wallets/products/slimline.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowtake12()
{
var dims="top=15,left=120,width=600,height=300,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../wallets/products/take12.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowtrikey()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../wallets/products/trikey.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowtrio()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../wallets/products/trio.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowzip()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../wallets/products/zip.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowmultival()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../wallets/products/multiwal.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowtraveller()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../wallets/products/traveller.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    
