﻿function openLink(linkUrl) {
    opener.location.href = linkUrl;
}			
		
function closePopup() {
	setTimeout("self.close();",100);
}
