function flash_view(){
if (typeof (pwidth) != 'undefined'){
	if (pwidth!=""){
		var width=pwidth;
	}
	else{
		var width="150";
	}
}
else{
	var width="150";
}
if (typeof (pheight) != 'undefined'){
	if (pheight!=""){
		var height=pheight;
	}
	else{
		var height="225";
	}
}
else{
	var height="225";
}

if (typeof (eto) != 'undefined'){
	if (eto=="Off"){
		var veto="Off";
	}
	else{
		var veto="On";
	}
}
else{
	var veto="On";
}
if (typeof (bgfile) != 'undefined'){
	if (bgfile!=""){
		var vbgfile=bgfile;
	}
	else{
		var vbgfile="";
	}
}
else{
	var vbgfile="";
}

var flshobj = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="' + width + '" height="' + height + '" id="newyear2007" align="middle">';
flshobj = flshobj + '<param name="allowScriptAccess" value="always" />';
flshobj = flshobj + '<param name="movie" value="http://www.bamboo-waves.com/blogparts/newyear2007/newyear2007v2.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#e2deb8" /><param name="FlashVars" value="ETO='+veto+'&BGFILE='+vbgfile+'"><embed src="http://www.bamboo-waves.com/blogparts/newyear2007/newyear2007v2.swf" quality="high" bgcolor="#e2deb8" width="' + width + '" height="' + height + '" name="newyear2007" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" FlashVars="ETO=' + veto +'&BGFILE=' + vbgfile + '"/>';
flshobj = flshobj + '</object>';
document.write(flshobj);
};