	function printSMWindow()
	{
		var sPageUrl =document.URL;
		var secs = new Date();
		var w = 680;
		var h = 560;
		var name = 'popup'+secs.getTime();
		var options = 'toolbar=yes,location=no,status=no,scrollbars=yes,resizable=yes';
		
		//if it doenst end in index.html then stick it on the end
		if (sPageUrl.indexOf('/index.htm') != -1)
		{
			//document.write("its got one!");
		}
		else if(sPageUrl.indexOf('.htm') != -1)
		{
		}
		else if(sPageUrl.indexOf('.htm') != -1)
		{
		}
		else if(sPageUrl.indexOf('index.htm') != -1)
		{
		}
		else
		{
			 if(sPageUrl.indexOf('#')== -1)
				{
				sPageUrl=sPageUrl +"index.htm";
				}
				else
				{
				sPageUrl = sPageUrl.substring(0,sPageUrl.lastIndexOf('#'));
				sPageUrl=sPageUrl +"index.htm";
				}
		}
	window.open("/terminalfour/oic_printerfriendly.jsp?Url="+sPageUrl);
	}

					
	  var sPageUrl =document.URL;
	  //if it doenst end in index.html then stick it on the end
	  if (sPageUrl.indexOf('/index.htm') != -1){
	  //document.write("its got one!");
	  }
	  else if(sPageUrl.indexOf('.html') != -1){
	  }
	  else if(sPageUrl.indexOf('.htm') != -1){
	  }
	  else if(sPageUrl.indexOf('index.htm') != -1){
	  }
	  else
	  {
	   sPageUrl=sPageUrl +"index.htm";
	  }

	  
	  
	  //document.write("<img src='/OIC/images/buttons/print.gif' width='37' height='37' alt='Print this Page' /><a title=\"Print\" class=\"print\" href=\"javascript:printSMWindow();\"><p><a href='javascript:printSMWindow();'  title='Print this Page'>Print this Page</a></p>");
		
	printicon();

	  function printicon()
	  {

		 var sPageUrl =document.URL;
		if(sPageUrl.indexOf('/en/') != -1)
		  {
		 document.write("<img src='/OIC/images/buttons/print.gif' width='37' height='37' alt='' /><a accesskey=\"p\" title=\"Print\" class=\"print\" href=\"javascript:printSMWindow();\"><p><a href='javascript:printSMWindow();'  title='Print this Page'>Print this Page</a></p>");
		  }
	  	 else if(sPageUrl.indexOf('/ga/') != -1)
		  {
		 document.write("<img src='/OIC/images/buttons/print.gif' width='37' height='37' alt='' /><a accesskey=\"p\" title=\"Priontail\" class=\"print\" href=\"javascript:printSMWindow();\"><p><a href='javascript:printSMWindow();'  title='Priontail'>Priontail</a></p>");
		  }
	  }
