function popup(popup){
	new_win=window.open('popup.aspx?page_id=' + popup,'MyName','toolbar=no, resizable=yes, scrollbars=yes, width=652, height=500');new_win.focus();
}

function popuplarge(popup){
	new_win=window.open('popup.aspx?page_id=' + popup,'MyName','toolbar=no, resizable=yes, scrollbars=no, width=770, height=680');new_win.focus();
}

function popTip(tid){
		var popTip = window.open("/tip.aspx?tid="+tid,"popTip","height=200, width=400,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no")
		popTip.focus()
	}