//' This file contains the javascipt functions required by this site

window.defaultStatus = "IBEX Web Solutions - www.ibexwebsolutions.com © 2005"
// 

// Function PROTECTMAIL - to try to keep the email address hidden
function protectmail(name,address,subject1,subject2,subject3,subject4,link) 
{document.write('<a class="email" href=mailto:' + name + '@' + address + '?subject=' + subject1 + '&nbsp;' + subject2  + '&nbsp;' + subject3 + '&nbsp;' + subject4 + '>' + link + '</a>');}

// End PROTECTMAIL

// popup window for pedigrees
var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=370,width=400,left=50,top=50,scrollbars=yes');
	if (window.focus) {newwindow.focus()}

}
//Pop up window







