function popupWindow(strURL){		
	window.open(strURL);
}