function pop(u,t) {
	switch(t) {
		case 1: return window.open(u,"","left=70,top=70,height=360,width=500,status=yes,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes")
	}
	return window.open(u)
}
