<!--// 
function otherwindow(url) {
	self.opener.location = url;
	window.close();
}
//-->