// JavaScript Document

function thePopup(image)  {
	thePopupWindow = window.open('images/store/' + image, 'thePopupWin', 'width=450,height=550,toolbar=no,location=no,scrollbars=no,resizable=no');
	}
	
function thePopup1(image)  {
	thePopupWindow = window.open('images/store/' + image, 'thePopupWin', 'width=550,height=450,toolbar=no,location=no,scrollbars=no,resizable=no');
	}

