	function openWindow(url, width, height) {
		window.open(url, null, "width="+width+",height="+height+",toolbar=no,menubar=no,directores=no,scrollbars=no,top=270,left=270");		
	}
	
	function openWindowLarge(url, width, height) {
		window.open(url, null, "width="+width+",height="+height+",toolbar=yes,menubar=yes,directores=no,scrollbars=yes,top=100,left=100");
	}
	
	function writeCC(title, link, description, width) {
		document.write(' <table cellpadding="0" cellspacing="0" class="bubbleTable"> ');
			document.write(' <tr> ');
				document.write(' <td><img src="../../ssogc/images/topCC.jpg" class="topImg"></td> ');
			document.write(' </tr> ');
			document.write(' <tr> ');
				document.write(' <td bgcolor="#F0F0F0" background="../../ssogc/images/middle.jpg"> ');
					document.write(' <table width="100%" cellpadding="0" cellspacing="0"> ');
						document.write(' <tr> ');
							document.write(' <td valign="top" width="30" align="center"><img src="../../ssogc/images/ccSymbol.jpg" /></td> ');
							document.write(' <td valign="top" style="padding-left: 2px; padding-right: 2px"> ');
								document.write(' <p class="ccLink"><a href=" ' +link+ '">' +title+ '</a></p> ');
								document.write(' <p class="ccDescription">' +description+ '</p> ');
							document.write(' </td> ');
						document.write(' </tr> ');
					document.write(' </table> ');
				document.write(' </td> ');
			document.write(' </tr> ');
			document.write(' <tr> ');
				document.write(' <td><img src="../../ssogc/images/bottomCC.jpg" class="bottomImg"></td> ');
			document.write(' </tr> ');
		document.write(' </table> ');
	}
	/* XHTML compliant function to setting targets on links */
	function setTargets() {
		var getHref=document.getElementsByTagName("A");
		for (i=0; i< getHref.length; i++) {
			if (getHref[i].rel=="_blank") {
				getHref[i].target="_blank"; 
			}
		}
 	}
	function showToolTip() {
		//window.status="Resource opens in a new window.";
	}
	function hideToolTip() {
		
	}
