// JavaScript Document
document.fn = '0'
function newimg(n, fn) {
	var browserName = navigator.appName;
	if (browserName=="Microsoft Internet Explorer")
	{
		
		foto.src='/foto/'+n
	} else {
		document.foto.src='/foto/'+n
	}
	
	document.fn = n
}

/* 
stare rozwiazanie
foto.src='/img/offer_foto_mid/M-'+n+'.jpg'
*/
