// JavaScript Document


//Pop Up Window

function pop(url, name, props) {
	window.open(url, name, props);
}