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