// popup
function popup(theURL,WinName,features){
	window.open(theURL,WinName,features);
}