function product_gallery_switch(imgid) {
	document.getElementById('product_large_photo').src = 'uploadfiles/'+imgid+'.jpg';
}
function changeLimitProducts() {
    document.limitproducts.submit();
}
