function popup(link){
	window.open (link,"popup","menubar=1,scrollbars=1,resizable=1,width=540,height=600");
	return false;
}
