function popup(url) {
	newwindow=window.open(url,'giftbalance','width=678,height=416');
	if (window.focus) {newwindow.focus()}
	return false;
}