

function openEnlargeWin(url, widthLocal, heightLocal)
			{	
				callfile = 'showEnlarge.cfm?urlZ='+url+'&wide='+widthLocal+'&high='+heightLocal;
				LeftPosition = 50; //update this to reflect your popupu window position
				TopPosition = 30; //update this to reflect your popup window height  
				fullW = (360+48); //set width to pict width plus padding
				fullH = (360+85); //set full height
					//this is the method that opens the window
					//change the width and height values to fit your content
				window.open(callfile, 'detailPic', 'width='+fullW+',height='+fullH+',top='+TopPosition+',left='+LeftPosition+',screenY='+TopPosition+',screenX='+LeftPosition+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,alwaysRaised=yes');				
			}
			
function openEnlargeWinMore(url, widthLocal, heightLocal)
			{	
				callfile = '../showEnlarge.cfm?urlZ='+url+'&wide='+widthLocal+'&high='+heightLocal;
				LeftPosition = 50; //update this to reflect your popupu window position
				TopPosition = 30; //update this to reflect your popup window height  
				fullW = (360+48); //set width to pict width plus padding
				fullH = (360+85); //set full height
					//this is the method that opens the window
					//change the width and height values to fit your content
				window.open(callfile, 'detailPic', 'width='+fullW+',height='+fullH+',top='+TopPosition+',left='+LeftPosition+',screenY='+TopPosition+',screenX='+LeftPosition+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,alwaysRaised=yes');				
			}
		                 
						 
function openEnlargeWinNew(ID)
			{	
				callfile = 'showEnlarge.cfm?urlZ='+ID;
				LeftPosition = 50; //update this to reflect your popupu window position
				TopPosition = 30; //update this to reflect your popup window height  
				fullW = (360+48); //set width to pict width plus padding
				fullH = (360+85); //set full height
					//this is the method that opens the window
					//change the width and height values to fit your content
				window.open(callfile, 'detailPic', 'width='+fullW+',height='+fullH+',top='+TopPosition+',left='+LeftPosition+',screenY='+TopPosition+',screenX='+LeftPosition+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,alwaysRaised=yes');				
			}
			
function openEnlargeWinNew07(ID, caseID)
			{	
				callfile = 'showEnlarge.cfm?urlZ='+ID+'&caseval='+caseID;
				LeftPosition = 50; //update this to reflect your popupu window position
				TopPosition = 30; //update this to reflect your popup window height  
				fullW = (360+48); //set width to pict width plus padding
				fullH = (360+85); //set full height
					//this is the method that opens the window
					//change the width and height values to fit your content
				window.open(callfile, 'detailPic', 'width='+fullW+',height='+fullH+',top='+TopPosition+',left='+LeftPosition+',screenY='+TopPosition+',screenX='+LeftPosition+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,alwaysRaised=yes');				
			}
			
		         
function openEnlargeWinCase4Img2(widthLocal, heightLocal)
			{	
				callfile = 'showEnlargeCase4img2.cfm';
				LeftPosition = 50; //update this to reflect your popupu window position
				TopPosition = 30; //update this to reflect your popup window height  
				fullW = (636+48); //set width to pict width plus padding
				fullH = (379+85); //set full height
					//this is the method that opens the window
					//change the width and height values to fit your content
				window.open(callfile, 'detailPic', 'width='+fullW+',height='+fullH+',top='+TopPosition+',left='+LeftPosition+',screenY='+TopPosition+',screenX='+LeftPosition+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,alwaysRaised=yes');				
			}
			
function openEnlargeWinCase4Img22(widthLocal, heightLocal)
			{	
				callfile = 'showEnlargeCase4img22.cfm';
				LeftPosition = 50; //update this to reflect your popupu window position
				TopPosition = 30; //update this to reflect your popup window height  
				fullW = (640+48); //set width to pict width plus padding
				fullH = (480+85); //set full height
					//this is the method that opens the window
					//change the width and height values to fit your content
				window.open(callfile, 'detailPic', 'width='+fullW+',height='+fullH+',top='+TopPosition+',left='+LeftPosition+',screenY='+TopPosition+',screenX='+LeftPosition+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,alwaysRaised=yes');				
			}
