function open_sendpage_wnd(){
	var w=window.open("sendpage.php?r="+this.window.location.href, "SendPage", "toolbar=no; menubar=no; width=450; height=380; resizable=yes", "replace=true" );
	w.focus();
}


