var Popup = {}
Popup.open = function(url, name, option) {
	var win = window.open(url, name, option);
}