// JavaScript Document

function waimundirect(linkurl){
	window.opener.location.href=""+linkurl+"";
	window.close();
}