function SF(PID)
{(window.open('http://www.qarchive.org/account/suggest.php?PID='+PID, 'sugwin', 'width=540,height=670,resizable=no,scrollbars=yes,toolbar=no,status=no')).focus();}
function ShowLicense() {
document.getElementById('eulashort').style.display='none';
document.getElementById('eulafull').style.display='block';
return false; }

function showorhide(name) {
		var elem = $("#" + name);
		(elem.css("display") == "none") ? elem.show() : elem.hide();
}
