function popupWindow(strURL,strWindowName){
	window.open(strURL,strWindowName,'location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes');

	return false;
}

