		
		var imgWidth = "440";
		var fillerWidth = "0";
		var titleLeft = "509px"
		var title2Left = "595px";
		var imageLeft = "667px"
		var boxWidth = "434px";
		if(screen.width <= 800){
		if(navigator.userAgent.indexOf("Netscape")>=0)
			{
			imgWidth = "446";//"785";
			boxWidth = "440px";
			}
			else{
				if(navigator.userAgent.indexOf("Opera")>=0)
					{
					imgWidth = "443";//"782";
					boxWidth = "438px";
					}

				else{
				imgWidth = "440";//"779";
				boxWidth = "434px";
				}
			}
		}//first if
		else//screen is 1024 or larger
		{titleLeft = "724px";
		title2Left = "815px";
		 imageLeft = "880px";
		if(navigator.userAgent.indexOf("Netscape")>=0)
			{
			fillerWidth = "230";

			}
			else{
				if(navigator.userAgent.indexOf("Opera")>=0)
					{
					fillerWidth = "227";
					}

				else{
				fillerWidth = "225";
				}
			}
		}
		
		function clickety_click(page){
		window.open(page,'_blank','top=120, left=120, width=600, height=350, scrollbars=yes, status=no, toolbar=no, menubar=no, location=no');
		//window.showModalDialog(page,'width=600, height=350, scrollbars=yes, status=no, toolbar=no, menubar=no, location=no');
		}