function popUp( strURL ) {
	var strOptions="scrollbars,resizable,height=220,width=530";
	window.open(strURL, 'newWin', strOptions);
}

