function popTerms() 
{ 
	window.open("terms.html","terms","width=575,height=600,scrollbars=yes");
}

function popPrivacy() 
{ 
	window.open("privacy.html","terms","width=575,height=600,scrollbars=yes");
}

function popContact() 
{ 
	window.open("contact.php","terms","width=575,height=600,scrollbars=yes");
}

function popFriend() 
{ 
	window.open("/sendFriend/index.php","terms","width=524,height=496");
}

function popBadgeNovice() 
{ 
	window.open("badges/novice.html","terms","width=224,height=300");
}

function popBadgeJourneyman() 
{ 
	window.open("badges/journeyman.html","terms","width=224,height=300");
}

function popBadgeLeader() 
{ 
	window.open("badges/leader.html","terms","width=224,height=300");
}

function popBadgeExpert() 
{ 
	window.open("badges/expert.html","terms","width=224,height=300");
}