
function HideContent(d) {
document.getElementById(d).style.display = "none";
}

function ShowContent(d) {
document.getElementById(d).style.display = "block";
}

function mysecuritycenter(url,newwin,coords) {
window.open(url,newwin,coords);
}

if (top.location!= self.location) {
			top.location = self.location.href
}

