function openHMWin(url)
			{	
					
				LeftPosition = 150; //update this to reflect your popupu window position
				TopPosition = 50; //update this to reflect your popup window height  
					
					//this is the method that opens the window
					//change the width and height values to fit your content
				window.open(url, 'more', 'width=600,height=450,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 openHMWin2(url)
			{	
					
				LeftPosition = 180; //update this to reflect your popupu window position
				TopPosition = 50; //update this to reflect your popup window height  
					
					//this is the method that opens the window
					//change the width and height values to fit your content
				window.open(url, 'more2', 'width=600,height=450,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 openLMWin(url)
			{	
					
				LeftPosition = 200; //update this to reflect your popupu window position
				TopPosition = 50; //update this to reflect your popup window height  
					
					//this is the method that opens the window
					//change the width and height values to fit your content
				window.open(url, 'more', 'width=600,height=450,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 openTMWin(url)
			{	
					
				LeftPosition = 350; //update this to reflect your popupu window position
				TopPosition = 50; //update this to reflect your popup window height  
					
					//this is the method that opens the window
					//change the width and height values to fit your content
				window.open(url, 'more', 'width=460,height=350,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 openMMWin(url)
			{	
					
				LeftPosition = 450; //update this to reflect your popupu window position
				TopPosition = 50; //update this to reflect your popup window height  
					
					//this is the method that opens the window
					//change the width and height values to fit your content
				window.open(url, 'more', 'width=400,height=350,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 openSMWin(url)
			{	
					
				LeftPosition = 450; //update this to reflect your popupu window position
				TopPosition = 50; //update this to reflect your popup window height  
					
					//this is the method that opens the window
					//change the width and height values to fit your content
				window.open(url, 'more', 'width=250,height=200,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');				
			}
		
