function popitupwin(url) {
	var orderwin = '';
	if (!orderwin.closed && orderwin.location) {
		orderwin.location.href = url;
	}
	else {
		orderwin=window.open(url,'orderwin','scrollbars=yes,width=400,height=475');
		if (!orderwin.opener) orderwin.opener = self;
	}
	if (window.focus) {orderwin.focus()}
	return false;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
