// JavaScript Document

function reeden(){
	var style2 = "width=1000,height=630,resizable=yes,scrollbars=no,status=no";
	window.open("reeden.html","",style2);
	return false ;	
}


