function Open_the_Window(url){
	window.open(url,"pop","width=550,height=600,status=yes,resizable=yes,scrollbars=yes");
}

