function show_text(url){
	
	var a = window.open(url,'', 'status=no,toolbar=no,location=no,menubar=no,scrollbars=yes,height=600,width=400');
	
}
