function comoparardefumar() {
	window.open("/tabagismo/folder/","folder","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=600,height=300");
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) selObj.selectedIndex=0;
}
function funcaomenusize(tamanho){
	var ie = (document.all) ? true : false;
	if (ie){
		document.all["MENU"].height = parseInt(tamanho);
	}else{
		var obj = document.getElementById("MENU");
		obj.setAttribute("height", parseInt(tamanho));
	}
}
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
function MENU_DoFSCommand(command, args) {
	var MENUObj = InternetExplorer ? MENU : document.MENU;
	if (command == "menusize"){
		funcaomenusize(args);
	}
}
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 &&
	navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<SCRIPT LANGUAGE=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('Sub MENU_FSCommand(ByVal command, ByVal args)\n');
	document.write('  call MENU_DoFSCommand(command, args)\n');
	document.write('end sub\n');
	document.write('</SCRIPT\> \n');
}

function flash(url,w,h, fv){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="'+w+'" height="'+h+'">');
	document.write('<param name="movie" value="'+url+'">');
	document.write('<param name="quality" value="BEST">');
	document.write('<param name="menu" value="false">');
	document.write('<param name="wmode" value="transparent">');
	document.write('<param name="flashvars" value="'+ fv +'">');
	document.write('<embed src="'+url+'" quality="BEST" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'" flashvars="'+ fv +'" menu="false" wmode="transparent" menu="false"></embed></object>');
}