//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 newWindowtwinpack()
{
var dims="top=15,left=120,width=850,height=310,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../traveller/products/twinpack.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowduffel()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../traveller/products/duffel.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowrtpack()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../traveller/products/rtpack.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowtraduffel()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../traveller/products/traduffel.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowtwinpack()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../traveller/products/twinpack.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    
