function PopUpWindow(sPath, url, aWidth, aHeight){
	var s = window.open(sPath + '/templates/pix_preview.htm?client_request_imgPath=' + url,'pop','status=1,toolbars=0,scrollbars=0,resizable=1,width=' + aWidth + ',height=' + aHeight);
}