<!--

function newWindow(fileName,windowName) { 
	warnWindow=window.open(fileName,windowName,config='height=300,width=400, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, dependent=yes, status=no, alwaysRaised=yes'); 
}

function rusure(ViewURL){
	reg = /doc=NI/;
	reg1=/doc=NYP/;
	if (! reg.test(ViewURL) && ! reg1.test(ViewURL) ) {
		question = confirm("WARNING: Entering this page will result in your credit account\n                   being reduced by 1 credit point.\n\n                  You won't be charged for any articles you have already\n                  downloaded during the current session");
	} else {
		question = confirm("WARNING: Entering this page will result in your credit account\n                   being reduced by 2 credit points.\n\n                  You won't be charged for any articles you have already\n                   downloaded during the current session");
	}
	if (question !="0") {
		parent.main_window.location.href = ViewURL	
	}
}
function selectwarn(Auth){
    if (Auth = 1) {
		question = confirm("WARNING: Entering this page will result in your credit account\nbeing reduced by as //many //points as the selected articles"); }
	if (question !="0"){
		return false; 
	}
 } 
	
// -->
