<!--

	function CompareAdd(this_style, this_class)
	{
		var compareWin;
		compareWin = window.open('/compare.asp?style=' + this_style + '&cls=' + this_class,
							'compareWin', 'toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=yes');
		compareWin.focus();
	}
	
	

	function PopupHelp(typ, classType)
	{
		var thisLink;
	
		if(typ == 'shoe_last')
			thisLink = typ + '&prodClass=' + classType;
		else
			thisLink = typ;

		window.open('/information/popup/popup_main.asp?popWindow=yes&page_type=' + thisLink, typ, 'left=50,top=50,resizable,width=615,height=450,scrollbars=yes');
	}
	
// -->
