//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 newWindowalise()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../ladies/products/alise.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowkarissa()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../ladies/products/karissa.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowmelissa()
{
var dims="top=15,left=120,width=600,height=395,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../ladies/products/melissa.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowtote()
{
var dims="top=15,left=120,width=600,height=450,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../Ladies/products/tote.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

