// popup window function
function colourWindow(){
popup = window.open("..//popups/colours.htm","",'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbars=yes,resizable=no,copyhistory=yes,width='+300+',height='+380+',left='+100+', top='+100+',screenX='+100+',screenY='+100+'');
}
function toolingWindow(){
popup = window.open("..//popups/tooling.htm","",'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbars=yes,resizable=no,copyhistory=yes,width='+300+',height='+380+',left='+100+', top='+100+',screenX='+100+',screenY='+100+'');
}
function leatherWindow(){
popup = window.open("../popups/leathers.htm","",'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbars=yes,resizable=no,copyhistory=yes,width='+300+',height='+380+',left='+100+', top='+100+',screenX='+100+',screenY='+100+'');
}

