function doNetworkLink(pagetoopen,windowname)
{
	url=location.href
	mytitle=document.title
	pagetoopen=pagetoopen.replace(/\*URL\*/g,url).replace(/\*TITLE\*/,mytitle)
	window.open (pagetoopen,Math.round(Math.random()*1000),"location=0,status=1,scrollbars=1,width=800,height=800,resizable=1,toolbar=1,menubar=1,location=1,directories=1"); 
}

function doPopEmail(linkloc)
{
  var winobj=window.open("/includes/socialise_ForwardThistoFriend.asp","EmailThis","location=0,status=1,scrollbars=1,width=755,height=576,resizable=0"); 
  winobj.focus();
}

function doPrint()
{
 window.open ("/includes/trident_print.asp","PrintContent","location=0,status=1,scrollbars=1,width=400,height=400,resizable=no"); 
}
