// JavaScript Document


function Open_the_Window(url){
	window.open(url, "popup","width=500,height=400,status=yes,scrollbars=yes");
}


