function ShowProduct(ProId) {
	window.open('Products/' + ProId + '.htm','Product','width=450, height=300, scrollbars=Yes, location=no');
}

function ShowProductPhoto(ProId,ProName) {
	window.open('../ProductPhoto.php?pid=' + ProId + '&pnm=' + ProName,'ProductPhoto','width=200, height=250, scrollbars=No, location=no');
}
