/**
 * Alliance Software Content Management System
 *
 * @copyright Copyright &copy; 2007, Alliance Software
 * No unauthorised use without the express written permission
 * of Alliance Software
 *
 * @package JCAP
 *
 */

//////////////////////////////////////////////////////////////////////////////

var which;
var whereto;
var wending;

function ad(which) {
	var  start = 'primepakn2';
	var  end = '.com.au';
	var  add = which + '@' + start + end;
	document.write('<a href="mailto:' + add + '">' + add + '</a>');
	return true;
}
function add(which, whereto, wending) {
	var  start = 'primepakn2';
	var  end = '.com.au';
	var  add = which + '@' + start + end + wending;
	document.write('<a href="mailto:' + add + '">' + whereto + '</a>');
	return true;
}
sfHover = function() {
  var menus = document.getElementById("pdmenu").getElementsByTagName("LI");
  for (i in menus) {
    menus[i].onmouseover=function() {
      this.className+=" show";
    }
    menus[i].onmouseout=function() {
      this.className=this.className.replace(new RegExp(" show"), "");
    }
  }

}
if (window.attachEvent) window.attachEvent("onload", sfHover);

//////////////////////////////////////////////////////////////////////////////
// JavaScript Document
