function popShoe() {
	var thePath = "http://www.gtp.com.au/mrsheepskin/shoes.html";
	var theAttributes = "width=775,height=500,left=10,top=10,location=no,menubar=no,resizable=yes,screenX=10,screenY=10,scrollbars=yes,status=no,toolbar=no";
	var popWin = window.open(thePath,'pop',theAttributes);
}
