function popup_window(URL,Name,features) {
	window.open(URL,Name,features);
}

function dialog_window(URL,variable,features) {
	showModalDialog(URL,variable,features);
}