function Launch_Window(URL, page_location){
	var subWindow = window.open (URL,"popup","width=500,height=450,toolbar=no,resizable=no,status=yes,menubar=no,scrollbars=no,location=no")
	if (page_location != "" && page_location > ""){
		this.location = page_location;
	}
}
