<!--

	function openIMG(fileID, type)
	{
		if (type == 'inspiration')
		{
			fileName = fileID+'_i_big.jpg&i=1'; 
		}
		else
		{
			fileName = fileID+'.jpg'; 
		}
		var d;
		d = window.open('/show_img.php?img='+fileName,'Sanchez','width=100, height=100, top=50, left=50, scrollbars=0,location=0');    
		d.focus();
	
	}


//-->
