function popWin(i,w,h) { 
	if (document.images) {  
		window.open(i,'popup','width=' + w + ',height=' + h + ',resizable=1,location=no,scrollbars=no'); 
	}
}