	<!--//
	
	function openLink(link)
		{
			window.open(link, "Link", "width=800, height=600, top=50, left=50, toolbars=no, location=no, scrollbars=yes, status=no, resizable=no");
			return false;
		}
	function openWin(URL, h, w)
		{
			window.open(URL, "URL", "width="+ w + " ,height="+ h + ", top=100, left=100, toolbars=yes, location=yes, scrollbars=yes, status=yes, resizable=yes");
			return false;
		}
	function openWinScroll(URL, h, w)
		{
			window.open(URL, "URL", "width=" + w + " ,height=" + h + ", top=100, left=100, toolbars=no, location=no, scrollbars=yes, status=no, resizable=no");
			return false;
		}
	function openImage(imageName)
		{
			window.open("imageWindow.aspx?myImage=" + imageName,"PopImage", "top=100, left=100, toolbars=no, location=no, scrollbars=no, status=no, resizable=no");
			return false;
		}
	function printPage(id)
		{
			window.open("print.aspx?ID=" + id, "PRINT", "width=800, height=700, top=50, left=50, toolbars=no, location=no, scrollbars=yes, status=no, resizable=no");
			return false;
		} 
	function hidestatus()
	    {
        window.status="";
        return true;
        }
        
    function openphoto(photo)
        {
            window.open('photo.aspx?id=' + photo,'Photo','left=20,top=20,width=500,height=500,toolbar=0,resizable=0');
            return true;
        }
		//-->