// common.js
function ClosePopUps() {
	var strTempWin = window.open("", "KeyWordSearchResults");
	//uncomment it --- strTempWin.close();
}
