// Imagic Newsletter v1.0 (OPEN)
// www.imagic.co.nz / Sam Langley
//
 
	function imOpenNewsLetterWindow(){
		
		var sLocation = "/bgc/tools/newsletter.asp";
		window.open(sLocation,null,"height=480,width=450,status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes");
	}
	
// Simple really