
var winProductImage = null

/*----------------------------------------------------------------------------------*
 | PopUp Item Full Size Images                                                      |
 *----------------------------------------------------------------------------------*/

function fitPic(imgPath,imgName){

	window.open('../'+imgPath+imgName,'fitWindow','height=500,width=500,top=0,left=0,z-lock=1,resizable=1');
	
}

