

			// Script Source: CodeLifter.com
			// Copyright 2003
			// Do not remove this notice.

			// SETUPS:
			// ===============================

			// Set the horizontal and vertical position for the popup

			PositionX = 100;
			PositionY = 100;

			// Set these value approximately 20 pixels greater than the
			// size of the largest image to be used (needed for Netscape)

			defaultWidth  = 700;
			defaultHeight = 700;

			// Set autoclose true to have the window close automatically
			// Set autoclose false to allow multiple popup windows

			var AutoClose = false;

			// Do not edit below this line...
			// ================================
			if (parseInt(navigator.appVersion.charAt(0))>=4){
			var isNN=(navigator.appName=="Netscape")?1:0;
			var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}
			var optNN='scrollbars=no,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;
			var optIE='scrollbars=no,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;
			
			function popImageVertical(imageURL,imageTitle,Caption)
			{
			    if (isNN)
			        {imgWin=window.open('about:blank','',optNN);}
			    if (isIE)
			        {imgWin=window.open('about:blank','',optIE);}
			    with (imgWin.document)
			    {
			        writeln('<html><head><title>Enlarged View: '+ imageTitle + '</title>');
			        writeln('<link href="/portals/11/portal.css" rel="stylesheet" type="text/css" />');
			        writeln('<link href="/DesktopModules/CISS.SideMenu/styles/GRAStyle/GRAStyle.css" rel="stylesheet" type="text/css" />');
                    writeln('<link href="/Portals/11/Skins/GRA%20-%20Home/skin.css" rel="stylesheet" type="text/css" />');
			        writeln('<script>');
			            writeln('var isNN,isIE;');
			            writeln('if (parseInt(navigator.appVersion.charAt(0))>=4){');
			            writeln('isNN=(navigator.appName=="Netscape")?1:0;');
			            writeln('isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}');
			            writeln('function reSizeToImage(){');
			                writeln('if (isIE){');
			                    writeln('var iWidth,iHeight;');
			                    writeln('iWidth = document.body.offsetWidth;');
			                    writeln('iHeight = document.images["George"].height + 80;');
			                    writeln('self.resizeTo(iWidth,iHeight);');
			                    writeln('}');
			                writeln('if (isNN){');      
			                    writeln('window.outerHeight=80+document.images["George"].height;');
			                    writeln('}');
			                writeln('}');
			            writeln('function doTitle(){document.title="'+imageTitle+'";}');
			        writeln('</sc'+'ript>');
			        if (!AutoClose) 
			            writeln('</head><body scroll="no" onload="javascript:reSizeToImage();doTitle();self.focus()" style="padding: 0px; margin: 0px;">')
			        else 
			            writeln('</head><body scroll="no" onload="javascript:reSizeToImage();doTitle();self.focus()" onblur="self.close()" style="padding: 0px; margin: 0px;">');			        
			                writeln('<table border="0" width="100%" cellpadding="0" cellspacing="0">');
                            writeln('<tr class="menupane">');
                                writeln('<td align="left" height="55px" valign="top">');
                                    writeln('<img alt="GRA Logo" border="0" align="top" src="/portals/11/GRALogoSmall.jpg" />');
                                writeln('</td>');
                                writeln('<td align="right" valign="top" style="padding-right: 15px; padding-top: 15px;" height="55px">');
                                    writeln('<a href="javascript:window.close();" class="SearchText">Close Window</a>');
                                writeln('</td>');
                            writeln('</tr>');
                            writeln('<tr>');
                                writeln('<td colspan="100%" class="GRAStyleMenuLevel1None" height="12px">'); 
                                writeln('</td>');
                            writeln('</tr>');
                            writeln('<tr>');
                                writeln('<td colspan="100%">');
                                    writeln('<table border="0" width="100%" cellpadding="0" cellspacing="0">');
                                        writeln('<tr>');
                                            writeln('<td rowspan="100%" width="35px">');
                                            writeln('</td>');
                                            writeln('<td width="200px" valign="top" style="padding-top:50px;">');
                                                writeln('<span class="ProgramsParagraphTitles">'+imageTitle+'</span>');
                                            writeln('</td>');
                                            writeln('<td rowspan="100%" width="25px">');
                                            writeln('</td>');
                                            writeln('<td rowspan="100%" width="400px">');
                                                writeln('<img name="George" src="'+imageURL+'" alt="'+imageTitle+'" />');
                                            writeln('</td>');
                                            writeln('<td rowspan="100%" width="40px">');
                                            writeln('</td>');
                                        writeln('</tr>');
                                        writeln('<tr>');
                                            writeln('<td valign="top" style="padding-top:10px;">');
                                                writeln('<span class="ProgramsBodyText">'+Caption+'</span>');
                                            writeln('</td>');
                                        writeln('</tr>');
                                    writeln('</table>');
                                writeln('</td>');
                            writeln('</tr>');
                        writeln('</table>');
			        writeln('</body></html>');
			        close();		
			    }
			}

            function popImageHorizontal(imageURL,imageTitle,Caption)
			{
			    if (isNN)
			        {imgWin=window.open('about:blank','',optNN);}
			    if (isIE)
			        {imgWin=window.open('about:blank','',optIE);}
			    with (imgWin.document)
			    {
			        writeln('<html><head><title>Enlarged View: '+ imageTitle + '</title>');
			        writeln('<link href="/portals/11/portal.css" rel="stylesheet" type="text/css" />');
			        writeln('<link href="/DesktopModules/CISS.SideMenu/styles/GRAStyle/GRAStyle.css" rel="stylesheet" type="text/css" />');
                    writeln('<link href="/Portals/11/Skins/GRA%20-%20Home/skin.css" rel="stylesheet" type="text/css" />');
			        writeln('<script>');
			            writeln('var isNN,isIE;');
			            writeln('if (parseInt(navigator.appVersion.charAt(0))>=4){');
			            writeln('isNN=(navigator.appName=="Netscape")?1:0;');
			            writeln('isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}');
			            writeln('function reSizeToImage(){');
			                writeln('if (isIE){');
			                    writeln('var iWidth,iHeight;');
			                    writeln('iWidth = document.body.offsetWidth;');
			                    writeln('iHeight = document.images["George"].height + 250;');
			                    writeln('self.resizeTo(iWidth,iHeight);');
			                    writeln('}');
			                writeln('if (isNN){');      
			                    writeln('window.outerHeight=250+document.images["George"].height;');
			                    writeln('}');
			                writeln('}');
			            writeln('function doTitle(){document.title="'+imageTitle+'";}');
			        writeln('</sc'+'ript>');
			        if (!AutoClose) 
			            writeln('</head><body scroll="no" onload="reSizeToImage();doTitle();self.focus()" style="padding: 0px; margin: 0px;">')
			        else 
			            writeln('</head><body scroll="no" onload="reSizeToImage();doTitle();self.focus()" onblur="self.close()" style="padding: 0px; margin: 0px;">');			        
			                writeln('<table border="0" width="100%" cellpadding="0" cellspacing="0" style="padding: 0px;">');
                            writeln('<tr class="menupane">');
                                writeln('<td align="left" height="55px" valign="top">');
                                    writeln('<img alt="GRA Logo" border="0" align="top" src="/portals/11/GRALogoSmall.jpg" />');
                                writeln('</td>');
                                writeln('<td align="right" valign="top" style="padding-right: 15px; padding-top: 15px;" height="55px">');
                                    writeln('<a href="javascript:window.close();" class="SearchText">Close Window</a>');
                                writeln('</td>');
                            writeln('</tr>');
                            writeln('<tr>');
                                writeln('<td colspan="100%" class="GRAStyleMenuLevel1None" height="12px">'); 
                                writeln('</td>');
                            writeln('</tr>');
                            writeln('<tr>');
                                writeln('<td colspan="100%">');
                                    writeln('<table border="0" width="100%" cellpadding="0" cellspacing="0">');
                                        writeln('<tr>');
                                            writeln('<td rowspan="100%" width="50px">');
                                            writeln('</td>');
                                            writeln('<td width="600px" valign="top">');
                                                writeln('<img name="George" src="'+imageURL+'" alt="'+imageTitle+'" />');
                                                //writeln('<span class="ProgramsParagraphTitles">'+imageTitle+'</span>');
                                            writeln('</td>');
                                            writeln('<td rowspan="100%" width="50px">');
                                            writeln('</td>');
                                        writeln('</tr>');
                                        writeln('<tr>');
                                            writeln('<td valign="top" style="padding-top:10px;">');
                                                writeln('<span class="ProgramsParagraphTitles">'+imageTitle+'</span><br />');
                                                writeln('<span class="ProgramsBodyText">'+Caption+'</span>');
                                            writeln('</td>');
                                        writeln('</tr>');
                                    writeln('</table>');
                                writeln('</td>');
                            writeln('</tr>');
                        writeln('</table>');
			        writeln('</body></html>');
			        close();		
			    }
			}
		
		//<a href="javascript:popImageVertical('SRC', 'Image Title', 'Caption Text');">Link Text</a>
		
		
