/* ############### BR ################## 
	Last Modified: SEPT.22.08 Alexander Gilli		(copied from LA)
   ##################################### */

function MM_openBrWindow(theURL,winName,features) {
	var openBrWindow;
	openBrWindow=window.open(theURL,winName,features);
	openBrWindow.focus();
}

function tell_friend2() {
	var path_to_cgi="http://www.tell-a-friend-wizard.com/cgi-bin/tell_opt_new2.cgi?uid=trendmicro&url=";
	path_to_cgi +='&reffer=' + escape(document.location);
	window.open(path_to_cgi,"FRIENDS01","STATUS=NO,TOOLBAR=NO,LOCATION=NO,DIRECTORIES=NO,COPYHISTORY=NO,MENU=NO,RESISABLE=NO,SCROLLBARS=YES,TOP=40,LEFT=20,WIDTH=325,HEIGHT=460");
}
		
