
function xlaAFMlaunch(){
	if (document.all) {
		windowheight = screen.availHeight;
		rightwidth=240;
		leftwidth=screen.availWidth-rightwidth-11;
		AFMwindow=window.open('https://www.mebeverage.com/absolutefm/afmmain.asp?topicid=&faqid=','xlaAFM','width='+rightwidth+',height='+(windowheight-51)+',screenX='+leftwidth+',screenY=0,top=0,left=' +leftwidth+',toolbar=0,location=0,status=1,menubar=0,resizable=1');
		AFMwindow.focus();
	} else {
		AFMwindow=window.open('https://www.mebeverage.com/absolutefm/afmmain.asp?topicid=&faqid=','','width=240,height=480,toolbar=0,location=0,status=1,menubar=0,resizable=1');
	}
}
function amz_js_PopWin(){


if (document.all) {
		windowheight = screen.availHeight;
		rightwidth=240;
		leftwidth=screen.availWidth-rightwidth-11;
		var AFMwindow=window.open('https://www.mebeverage.com/absolutefm/afmmain.asp?topicid=&faqid=','xlaAFM','width='+rightwidth+',height='+(windowheight-51)+',screenX='+leftwidth+',screenY=0,top=0,left=' +leftwidth+',toolbar=0,location=0,status=1,menubar=0,resizable=1');
		AFMwindow.opener = this;
		AFMwindow.focus();
	} 
	else {
		var AFMwindow=window.open('https://www.mebeverage.com/absolutefm/afmmain.asp?topicid=&faqid=','','width=240,height=480,toolbar=0,location=0,status=1,menubar=0,resizable=1');
	}
	
	


}
