//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 newWindowbusfold()
{
var dims="top=15,left=120,width=600,height=325,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../business/products/busfold.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowexecbrief()
{
var dims="top=15,left=120,width=600,height=325,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../business/products/execbrief.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowexpbus()
{
var dims="top=15,left=120,width=600,height=375,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../business/products/expbus.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowflapuni()
{
var dims="top=15,left=120,width=600,height=315,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../business/products/flapuni.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    

function newWindowlapcomp()
{
var dims="top=15,left=120,width=600,height=325,scrollbars=no,menubar=yes,resizable=no"
mywin=window.open("../business/products/lapcomp.htm","",dims);
mywin.document.close(); //needed for Netscape only
}    
