function openWindow(link, width, height){
	window.open(link, "pop", "width=" + width + ", height=" + height);
	//document.write("<center><a href='#' onClick='" + this.closeAll() + '">Close</a></center>');
}

function closeAll(win){
	
	window.close(win);
	
}