<!--
function third_party(page) {
	var pWidth = ( ((parseInt(screen.width) / 2)) - 250)
	var pHeight = (((parseInt(screen.height) / 2)) - 140)
	bWindow = window.open(page,'newWin',"toolbar=0,scrollbars=1,location=0,directories=0,status=0,menubar=0,width=500,height=300,top=" + pHeight + ",left=" + pWidth);
}
//-->
