<!--
function MM_openBrWindow(theURL,winName,features,type) { //v2.0

	if (type==1) {
		var a = window.open(theURL,winName,features);
	}
	else {
		var a = window.open('',winName,features);
		a.document.write('<html><body topmargin=0 leftmargin=0><img src="'+theURL+'" border="0"></body></html>');
	}
}
//-->
