function openOfferPopup(){
	try{
	newWindow = window.open('popup/savings_terms.html','weewindow','scrollbars=no,menubar=no,height=300,width=450,resizable=no,toolbar=no,location=no,status=no');
	}
	catch(exception){alert(exception);}
}



function openLeisureAwardsPopup(){
    	var newWindow  = window.open('http://www.scottishpoweroffers.com',"popup","width=930,height=620,resizable,scrollbars");
}

function openForestRegenerationPopup(){
    	var newWindow  = window.open('forestNireland.pdf',"popup","width=630,height=420,resizable,scrollbars");
}


