
var winProductImage = null

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

function fitPic(imgPath,imgName){

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

