
function send2friendpage(page){
	var newwin=window.open(page + "?url=" + escape(document.location.href),"send2friend", "width=225,height=300,location=0,menubar=0,personalbar=0,status=0,scrollbars=0,resizable=0,titlebar=0")
}

