<!--

function newWindow(fileName,windowName) { 
	warnWindow=window.open(fileName,windowName,config='height=320,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 rusurebulk(){
	var question = confirm("WARNING: Downloading the article(s) you have selected will reduce your account by 2 credits per article from our UK papers, and 1 credit per article from all other papers. Check pricing page for current value. To proceed, click OK. To cancel and go back to the search results, click Cancel. \n");
	if (question == true){
		return true;	
	}
	return false;
}
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; 
	}
 } 
	
// -->
